Skip to content

Commit b319dfe

Browse files
authored
[libc++][CI] Updates Clang HEAD version in Docker. (#126419)
This is a preparation to test Clang 21 in the CI, Drive-by: Updated some outdated documentation.
1 parent 62245aa commit b319dfe

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

libcxx/utils/ci/Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,17 @@
77
# ===----------------------------------------------------------------------===##
88
#
99
# This file defines the buildkite and github actions builder images.
10-
# You can build both images using:
10+
# This images are tagged with <tag>. You can build both images using:
1111
#
12-
# docker compose build
12+
# TAG=<tag> docker compose build
1313
#
1414
# Or you can select a single image to build
1515
#
16-
# docker compose build buildkite-builder
16+
# TAG=test docker compose build actions-builder
1717
#
1818
# The final images can be found at
1919
#
20-
# ghcr.io/libcxx/buildkite-builder
21-
# ghcr.io/libcxx/actions-builder
20+
# ghcr.io/libcxx/libcxx-linux-builder
2221
# ghcr.io/libcxx/android-buildkite-builder
2322
#
2423
# Members of the github.com/libcxx/ organizations can push new images to the CI.

libcxx/utils/ci/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
x-versions: &compiler_versions
22
GCC_LATEST_VERSION: 14
3-
LLVM_HEAD_VERSION: 20
3+
LLVM_HEAD_VERSION: 21
44

55
services:
66
actions-builder:

0 commit comments

Comments
 (0)