Lines Matching full:install
63 apt-get install -y sudo || true
70 && sudo apt-get install -y \
74 && sudo apt-get install -y \
105 # Install various tools used by the build or the test suite
106 #RUN apt-get update && apt-get install -y ninja-build python3 python3-distutils python3-psutil git gdb ccache
126 # Install Clang <latest>, <latest-1> and ToT, which are the ones we support.
127 # We also install <latest-2> because we need to support the "latest-1" of the
142 sudo apt-get install -y libomp5-$LLVM_HEAD_VERSION
146 # Install the most recent GCC, like clang install the previous version as a transition.
151 sudo /tmp/ce-infra/bin/ce_install install compilers/c++/x86/gcc $GCC_LATEST_VERSION.1.0
152 sudo /tmp/ce-infra/bin/ce_install install compilers/c++/x86/gcc $((GCC_LATEST_VERSION - 1)).1.0
161 # Install a recent CMake
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
178 RUN apt-get update && apt-get install -y curl bzip2 git unzip
180 # Install the Android platform tools (e.g. adb) into /opt/android/sdk.
190 # Install the current Android compiler. Specify the prebuilts commit to retrieve
209 # Install an Android sysroot. New AOSP sysroots are available at
238 # Install the Buildkite agent and dependencies. This must be done as non-root
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
272 # Install Docker
279 # Install Docker. Mark the binary setuid so it can be run without prefixing it