[libc++] Adjust workflow file for building the libc++ docker image (#116366)
This commit is contained in:
parent
100376a2fa
commit
0fd6f684b9
@ -29,6 +29,8 @@ jobs:
|
|||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.repository_owner == 'llvm'
|
if: github.repository_owner == 'llvm'
|
||||||
|
permissions:
|
||||||
|
packages: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -36,10 +38,14 @@ jobs:
|
|||||||
- name: Build the Linux builder image
|
- name: Build the Linux builder image
|
||||||
working-directory: libcxx/utils/ci
|
working-directory: libcxx/utils/ci
|
||||||
run: docker compose build actions-builder
|
run: docker compose build actions-builder
|
||||||
|
env:
|
||||||
|
TAG: ${{ github.sha }}
|
||||||
|
|
||||||
# - name: Build the Android builder image
|
# - name: Build the Android builder image
|
||||||
# working-directory: libcxx/utils/ci
|
# working-directory: libcxx/utils/ci
|
||||||
# run: docker compose build android-buildkite-builder
|
# run: docker compose build android-buildkite-builder
|
||||||
|
# env:
|
||||||
|
# TAG: ${{ github.sha }}
|
||||||
|
|
||||||
- name: Log in to GitHub Container Registry
|
- name: Log in to GitHub Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user