Skip to content

Commit

Permalink
[libc++] Install a more recent CMake on libc++ builders
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed Aug 27, 2020
1 parent 3b71f91 commit 49644cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcxx/utils/docker/debian9/buildbot/install-packages.sh
Expand Up @@ -36,5 +36,5 @@ apt-get update && \

# Install a recent CMake
yes | apt-get purge cmake
wget https://github.com/Kitware/CMake/releases/download/v3.15.2/cmake-3.15.2-Linux-x86_64.sh -O /tmp/install-cmake.sh
wget https://github.com/Kitware/CMake/releases/download/v3.18.2/cmake-3.18.2-Linux-x86_64.sh -O /tmp/install-cmake.sh
bash /tmp/install-cmake.sh --prefix=/usr --exclude-subdir --skip-license

0 comments on commit 49644cd

Please sign in to comment.