Skip to content

Commit 649e4bf

Browse files
committed
[libc++] Update the docker-compose file for actions CI
1 parent 53e92e4 commit 649e4bf

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

.github/workflows/libcxx-build-containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

libcxx/utils/ci/docker-compose.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,20 @@
1-
version: '3.7'
2-
31
x-versions: &compiler_versions
42
GCC_LATEST_VERSION: 14
53
LLVM_HEAD_VERSION: 20
64

75
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
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

0 commit comments

Comments
 (0)