[libcxx-commits] [libcxx] 8965795 - [libc++][CI] Upgrade LLVM HEAD version in Docker image (#108774)

via libcxx-commits libcxx-commits at lists.llvm.org
Sun Sep 15 11:12:20 PDT 2024


Author: Robin Caloudis
Date: 2024-09-15T20:12:16+02:00
New Revision: 8965795ed8bdea31e25463eceb9eb20c081dd50d

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

LOG: [libc++][CI] Upgrade LLVM HEAD version in Docker image (#108774)

Before changing the compiler version in
https://github.com/llvm/llvm-project/pull/108761, we first of all need
to upgrade the HEAD version to `Clang-20` in the Docker files and push
new builder images to the CI.

Added: 
    

Modified: 
    libcxx/utils/ci/docker-compose.yml

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/docker-compose.yml b/libcxx/utils/ci/docker-compose.yml
index df5df8ce907f11..795e0dc98610d0 100644
--- a/libcxx/utils/ci/docker-compose.yml
+++ b/libcxx/utils/ci/docker-compose.yml
@@ -2,7 +2,7 @@ version: '3.7'
 
 x-versions: &compiler_versions
   GCC_LATEST_VERSION: 14
-  LLVM_HEAD_VERSION: 19
+  LLVM_HEAD_VERSION: 20
 
 services:
   buildkite-builder:


        


More information about the libcxx-commits mailing list