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 7
7
# ===----------------------------------------------------------------------===##
8
8
#
9
9
# 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:
11
11
#
12
- # docker compose build
12
+ # TAG=<tag> docker compose build
13
13
#
14
14
# Or you can select a single image to build
15
15
#
16
- # docker compose build buildkite -builder
16
+ # TAG=test docker compose build actions -builder
17
17
#
18
18
# The final images can be found at
19
19
#
20
- # ghcr.io/libcxx/buildkite-builder
21
- # ghcr.io/libcxx/actions-builder
20
+ # ghcr.io/libcxx/libcxx-linux-builder
22
21
# ghcr.io/libcxx/android-buildkite-builder
23
22
#
24
23
# Members of the github.com/libcxx/ organizations can push new images to the CI.
Original file line number Diff line number Diff line change 1
1
x-versions : &compiler_versions
2
2
GCC_LATEST_VERSION : 14
3
- LLVM_HEAD_VERSION : 20
3
+ LLVM_HEAD_VERSION : 21
4
4
5
5
services :
6
6
actions-builder :
You can’t perform that action at this time.
0 commit comments