[libcxx-commits] [libcxx] 49644cd - [libc++] Install a more recent CMake on libc++ builders

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 27 08:26:33 PDT 2020


Author: Louis Dionne
Date: 2020-08-27T11:26:27-04:00
New Revision: 49644cd941c3bf0668b81c61055e9e9a2b58b99e

URL: https://github.com/llvm/llvm-project/commit/49644cd941c3bf0668b81c61055e9e9a2b58b99e
DIFF: https://github.com/llvm/llvm-project/commit/49644cd941c3bf0668b81c61055e9e9a2b58b99e.diff

LOG: [libc++] Install a more recent CMake on libc++ builders

Added: 
    

Modified: 
    libcxx/utils/docker/debian9/buildbot/install-packages.sh

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/docker/debian9/buildbot/install-packages.sh b/libcxx/utils/docker/debian9/buildbot/install-packages.sh
index 82d146316442..56e7c00d4930 100755
--- a/libcxx/utils/docker/debian9/buildbot/install-packages.sh
+++ b/libcxx/utils/docker/debian9/buildbot/install-packages.sh
@@ -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


        


More information about the libcxx-commits mailing list