Skip to content

Conversation

robincaloudis
Copy link
Contributor

@robincaloudis robincaloudis commented Sep 15, 2024

Before changing the compiler version in #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.

@robincaloudis robincaloudis marked this pull request as ready for review September 15, 2024 18:01
@robincaloudis robincaloudis requested a review from a team as a code owner September 15, 2024 18:01
@llvmbot llvmbot added the libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. label Sep 15, 2024
@llvmbot
Copy link
Member

llvmbot commented Sep 15, 2024

@llvm/pr-subscribers-libcxx

Author: Robin Caloudis (robincaloudis)

Changes

Upgrade HEAD version to Clang-20 in Docker image.


Full diff: https://github.com/llvm/llvm-project/pull/108774.diff

1 Files Affected:

  • (modified) libcxx/utils/ci/docker-compose.yml (+1-1)
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:

@robincaloudis robincaloudis changed the title [libc++][CI] Upgrade LLVM HEAD version [libc++][CI] Upgrade LLVM HEAD version in Docker image Sep 15, 2024
@philnik777 philnik777 merged commit 8965795 into llvm:main Sep 15, 2024
14 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants