From 2e6ff390e9c679325cf8c6bc81d9c577c0a3e308 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Tue, 17 Dec 2024 09:56:48 -0500 Subject: [PATCH] [libc++] Bump the version of CMake used in our Docker containers This allows using the $ 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. --- libcxx/utils/ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile index dbecfd9fd3325..d0144908f098b 100644 --- a/libcxx/utils/ci/Dockerfile +++ b/libcxx/utils/ci/Dockerfile @@ -160,7 +160,7 @@ EOF RUN <