Skip to content

Commit

Permalink
[libc++] Adjust workflow file for building the libc++ docker image (#…
Browse files Browse the repository at this point in the history
…116366)
  • Loading branch information
ldionne authored Nov 16, 2024
1 parent 100376a commit 0fd6f68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/libcxx-build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,23 @@ jobs:
build-and-push:
runs-on: ubuntu-latest
if: github.repository_owner == 'llvm'
permissions:
packages: write

steps:
- uses: actions/checkout@v4

- name: Build the Linux builder image
working-directory: libcxx/utils/ci
run: docker compose build actions-builder
env:
TAG: ${{ github.sha }}

# - name: Build the Android builder image
# working-directory: libcxx/utils/ci
# run: docker compose build android-buildkite-builder
# env:
# TAG: ${{ github.sha }}

- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 0fd6f68

Please sign in to comment.