File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11x-versions : &compiler_versions
22 GCC_LATEST_VERSION : 14
3- LLVM_HEAD_VERSION : 20
3+ LLVM_HEAD_VERSION : 21
44
55services :
66 actions-builder :
You can’t perform that action at this time.
0 commit comments