File tree Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ jobs:
54
54
run : |
55
55
docker compose push actions-builder
56
56
env :
57
- TAG : libcxx-linux-builder: ${{ github.sha }}
57
+ TAG : ${{ github.sha }}
58
58
59
59
# - name: Push the Android builder image
60
60
# if: github.event_name == 'push'
61
61
# working-directory: libcxx/utils/ci
62
62
# run: |
63
63
# docker compose push android-buildkite-builder
64
64
# env:
65
- # TAG: libcxx-android-builder: ${{ github.sha }}
65
+ # TAG: ${{ github.sha }}
Original file line number Diff line number Diff line change 1
- version : ' 3.7'
2
-
3
1
x-versions : &compiler_versions
4
2
GCC_LATEST_VERSION : 14
5
3
LLVM_HEAD_VERSION : 20
6
4
7
5
services :
8
- buildkite-builder :
9
- image : ghcr.io/libcxx/buildkite-builder:${TAG:-latest}
10
- build :
11
- context : .
12
- dockerfile : Dockerfile
13
- target : buildkite-builder
14
- args :
15
- BASE_IMAGE : ubuntu:noble
16
- << : *compiler_versions
17
6
actions-builder :
18
- image : ghcr.io/libcxx/actions- builder:${TAG:-latest }
7
+ image : ghcr.io/llvm/libcxx-linux- builder:${TAG}
19
8
build :
20
9
context : .
21
10
dockerfile : Dockerfile
22
11
target : actions-builder
23
12
args :
24
13
BASE_IMAGE : ghcr.io/actions/actions-runner:2.319.1
25
14
<< : *compiler_versions
15
+
26
16
android-buildkite-builder :
27
- image : ghcr.io/libcxx/ android-buildkite- builder:${TAG:-latest }
17
+ image : ghcr.io/llvm/libcxx- android-builder:${TAG}
28
18
build :
29
19
context : .
30
20
dockerfile : Dockerfile
You can’t perform that action at this time.
0 commit comments