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:
5454 run : |
5555 docker compose push actions-builder
5656 env :
57- TAG : libcxx-linux-builder: ${{ github.sha }}
57+ TAG : ${{ github.sha }}
5858
5959 # - name: Push the Android builder image
6060 # if: github.event_name == 'push'
6161 # working-directory: libcxx/utils/ci
6262 # run: |
6363 # docker compose push android-buildkite-builder
6464 # 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-
31x-versions : &compiler_versions
42 GCC_LATEST_VERSION : 14
53 LLVM_HEAD_VERSION : 20
64
75services :
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
176 actions-builder :
18- image : ghcr.io/libcxx/actions- builder:${TAG:-latest }
7+ image : ghcr.io/llvm/libcxx-linux- builder:${TAG}
198 build :
209 context : .
2110 dockerfile : Dockerfile
2211 target : actions-builder
2312 args :
2413 BASE_IMAGE : ghcr.io/actions/actions-runner:2.319.1
2514 << : *compiler_versions
15+
2616 android-buildkite-builder :
27- image : ghcr.io/libcxx/ android-buildkite- builder:${TAG:-latest }
17+ image : ghcr.io/llvm/libcxx- android-builder:${TAG}
2818 build :
2919 context : .
3020 dockerfile : Dockerfile
You can’t perform that action at this time.
0 commit comments