[libcxx-commits] [PATCH] D153227: [libc++][CI] Install newer CMake version.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 20 10:20:29 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGf5b82022ffa0: [libc++][CI] Install newer CMake version. (authored by Mordante).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153227/new/

https://reviews.llvm.org/D153227

Files:
  libcxx/utils/ci/Dockerfile


Index: libcxx/utils/ci/Dockerfile
===================================================================
--- libcxx/utils/ci/Dockerfile
+++ libcxx/utils/ci/Dockerfile
@@ -111,8 +111,8 @@
 RUN rm /tmp/install-cmake.sh
 
 # Install a newer CMake for modules
-# TODO Remove the duplicated installation when all runtimes can be build with CMake 3.26.
-RUN wget https://github.com/Kitware/CMake/releases/download/v3.26.1/cmake-3.26.1-linux-x86_64.sh -O /tmp/install-cmake.sh
+# TODO Remove the duplicated installation when all runtimes can be build with CMake 3.27.
+RUN wget https://github.com/Kitware/CMake/releases/download/v3.27.0-rc2/cmake-3.27.0-rc2-linux-x86_64.sh -O /tmp/install-cmake.sh
 RUN bash /tmp/install-cmake.sh --prefix=/opt --exclude-subdir --skip-license
 RUN rm /tmp/install-cmake.sh
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153227.532982.patch
Type: text/x-patch
Size: 799 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230620/53fab7f3/attachment.bin>


More information about the libcxx-commits mailing list