Skip to content

Commit ad22cd7

Browse files
committed
Merge remote-tracking branch 'origin/main' into pr/mips-complex-pattern
2 parents ce14d7c + a6140af commit ad22cd7

File tree

398 files changed

+10963
-14202
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

398 files changed

+10963
-14202
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,23 @@ jobs:
2929
build-and-push:
3030
runs-on: ubuntu-latest
3131
if: github.repository_owner == 'llvm'
32+
permissions:
33+
packages: write
3234

3335
steps:
3436
- uses: actions/checkout@v4
3537

3638
- name: Build the Linux builder image
3739
working-directory: libcxx/utils/ci
3840
run: docker compose build actions-builder
41+
env:
42+
TAG: ${{ github.sha }}
3943

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

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

0 commit comments

Comments
 (0)