[libcxx-commits] [libcxx] dc0d4b9 - [libc++] Update the version of CMake in the Docker image

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 17 10:37:23 PDT 2021


Author: Louis Dionne
Date: 2021-08-17T13:35:57-04:00
New Revision: dc0d4b97a2c2fe79f8a8978e227ac2f3e043eddb

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

LOG: [libc++] Update the version of CMake in the Docker image

Added: 
    

Modified: 
    libcxx/utils/ci/Dockerfile

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile
index 276e5a5cf275..78a779bcd4ea 100644
--- a/libcxx/utils/ci/Dockerfile
+++ b/libcxx/utils/ci/Dockerfile
@@ -62,7 +62,7 @@ RUN add-apt-repository ppa:ubuntu-toolchain-r/test
 RUN apt-get update && apt install -y gcc-$GCC_LATEST_VERSION g++-$GCC_LATEST_VERSION
 
 # Install a recent CMake
-RUN wget https://github.com/Kitware/CMake/releases/download/v3.18.2/cmake-3.18.2-Linux-x86_64.sh -O /tmp/install-cmake.sh
+RUN wget https://github.com/Kitware/CMake/releases/download/v3.21.1/cmake-3.21.1-linux-x86_64.sh -O /tmp/install-cmake.sh
 RUN bash /tmp/install-cmake.sh --prefix=/usr --exclude-subdir --skip-license
 RUN rm /tmp/install-cmake.sh
 


        


More information about the libcxx-commits mailing list