Skip to content

[libc++][CI] Updates Clang HEAD version in Docker. #126419

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions libcxx/utils/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libcxx/utils/ci/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
x-versions: &compiler_versions
GCC_LATEST_VERSION: 14
LLVM_HEAD_VERSION: 20
LLVM_HEAD_VERSION: 21

services:
actions-builder:
Expand Down