[libcxx-commits] [libcxx] [libc++][CI] Updates Clang HEAD version in Docker. (PR #126419)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Feb 9 06:15:50 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: Mark de Wever (mordante)
<details>
<summary>Changes</summary>
This is a preparation to test Clang 21 in the CI,
Drive-by: Updated some outdated documentation.
---
Full diff: https://github.com/llvm/llvm-project/pull/126419.diff
2 Files Affected:
- (modified) libcxx/utils/ci/Dockerfile (+4-5)
- (modified) libcxx/utils/ci/docker-compose.yml (+1-1)
``````````diff
diff --git a/libcxx/utils/ci/Dockerfile b/libcxx/utils/ci/Dockerfile
index d0144908f098bd9..bd41f288686a44a 100644
--- a/libcxx/utils/ci/Dockerfile
+++ b/libcxx/utils/ci/Dockerfile
@@ -7,18 +7,17 @@
# ===----------------------------------------------------------------------===##
#
# This file defines the buildkite and github actions builder images.
-# You can build both images using:
+# This images are tagged with <tag>. You can build both images using:
#
-# docker compose build
+# TAG=<tag> docker compose build
#
# Or you can select a single image to build
#
-# docker compose build buildkite-builder
+# TAG=test docker compose build actions-builder
#
# The final images can be found at
#
-# ghcr.io/libcxx/buildkite-builder
-# ghcr.io/libcxx/actions-builder
+# ghcr.io/libcxx/libcxx-linux-builder
# ghcr.io/libcxx/android-buildkite-builder
#
# Members of the github.com/libcxx/ organizations can push new images to the CI.
diff --git a/libcxx/utils/ci/docker-compose.yml b/libcxx/utils/ci/docker-compose.yml
index 1e5d35a7fecdb55..16db1b0e3acb30c 100644
--- a/libcxx/utils/ci/docker-compose.yml
+++ b/libcxx/utils/ci/docker-compose.yml
@@ -1,6 +1,6 @@
x-versions: &compiler_versions
GCC_LATEST_VERSION: 14
- LLVM_HEAD_VERSION: 20
+ LLVM_HEAD_VERSION: 21
services:
actions-builder:
``````````
</details>
https://github.com/llvm/llvm-project/pull/126419
More information about the libcxx-commits
mailing list