Skip to content

Commit d8a0709

Browse files
authored
[libc++] Bump the version of CMake built in the CI Docker image (#120240)
This will allow using the $<LINK_LIBRARY> generator expression in some of our configurations. We should separately pursue officially bumping the minimum CMake version across all LLVM so we can use this feature more widely.
1 parent c135f6f commit d8a0709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/utils/ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ EOF
160160
RUN <<EOF
161161
# Install a recent CMake
162162
set -e
163-
wget https://github.com/Kitware/CMake/releases/download/v3.21.1/cmake-3.21.1-linux-x86_64.sh -O /tmp/install-cmake.sh
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
164164
sudo bash /tmp/install-cmake.sh --prefix=/usr --exclude-subdir --skip-license
165165
rm /tmp/install-cmake.sh
166166
EOF

0 commit comments

Comments
 (0)