Lines Matching full:sh
136 wget https://apt.llvm.org/llvm.sh -O /tmp/llvm.sh
137 chmod +x /tmp/llvm.sh
138 sudo /tmp/llvm.sh $(($LLVM_HEAD_VERSION - 3)) all # for CI transitions
139 sudo /tmp/llvm.sh $(($LLVM_HEAD_VERSION - 2)) all # previous release
140 sudo /tmp/llvm.sh $(($LLVM_HEAD_VERSION - 1)) all # latest release
141 sudo /tmp/llvm.sh $LLVM_HEAD_VERSION all # current ToT
163 wget https://github.com/Kitware/CMake/releases/download/v3.24.4/cmake-3.24.4-linux-x86_64.sh -O /tmp/install-cmake.sh
164 sudo bash /tmp/install-cmake.sh --prefix=/usr --exclude-subdir --skip-license
165 rm /tmp/install-cmake.sh
243 curl -sL https://raw.githubusercontent.com/buildkite/agent/main/install.sh -o /tmp/install-agent.sh
244 bash /tmp/install-agent.sh
245 rm /tmp/install-agent.sh
266 COPY ./vendor/android/container-setup.sh /opt/android/container-setup.sh
275 curl -fsSL https://get.docker.com -o /tmp/get-docker.sh
276 sh /tmp/get-docker.sh
277 rm /tmp/get-docker.sh
294 CMD /opt/android/container-setup.sh && buildkite-agent start