[libc++][CI] Use latest Docker image. (#132539)
This image was updated in #132271. Due to issues with upstream packages, it uses #134497 instead.
This commit is contained in:
parent
2f3067ed69
commit
46c730656a
6
.github/workflows/libcxx-build-and-test.yaml
vendored
6
.github/workflows/libcxx-build-and-test.yaml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
stage1:
|
stage1:
|
||||||
if: github.repository_owner == 'llvm'
|
if: github.repository_owner == 'llvm'
|
||||||
runs-on: libcxx-self-hosted-linux
|
runs-on: libcxx-self-hosted-linux
|
||||||
container: ghcr.io/llvm/libcxx-linux-builder:b6bb9dc5abd7c6452c13a53fa8949cb259db459b
|
container: ghcr.io/llvm/libcxx-linux-builder:2b57ebb50b6d418e70382e655feaa619b558e254
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@ -75,7 +75,7 @@ jobs:
|
|||||||
stage2:
|
stage2:
|
||||||
if: github.repository_owner == 'llvm'
|
if: github.repository_owner == 'llvm'
|
||||||
runs-on: libcxx-self-hosted-linux
|
runs-on: libcxx-self-hosted-linux
|
||||||
container: ghcr.io/llvm/libcxx-linux-builder:b6bb9dc5abd7c6452c13a53fa8949cb259db459b
|
container: ghcr.io/llvm/libcxx-linux-builder:2b57ebb50b6d418e70382e655feaa619b558e254
|
||||||
needs: [ stage1 ]
|
needs: [ stage1 ]
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
strategy:
|
strategy:
|
||||||
@ -163,7 +163,7 @@ jobs:
|
|||||||
- config: 'generic-msan'
|
- config: 'generic-msan'
|
||||||
machine: libcxx-self-hosted-linux
|
machine: libcxx-self-hosted-linux
|
||||||
runs-on: ${{ matrix.machine }}
|
runs-on: ${{ matrix.machine }}
|
||||||
container: ghcr.io/llvm/libcxx-linux-builder:b6bb9dc5abd7c6452c13a53fa8949cb259db459b
|
container: ghcr.io/llvm/libcxx-linux-builder:2b57ebb50b6d418e70382e655feaa619b558e254
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
- name: ${{ matrix.config }}
|
- name: ${{ matrix.config }}
|
||||||
|
@ -26,6 +26,6 @@ if [[ ! -d "${MONOREPO_ROOT}/libcxx/utils/ci" ]]; then
|
|||||||
echo "Was unable to find the root of the LLVM monorepo; are you running from within the monorepo?"
|
echo "Was unable to find the root of the LLVM monorepo; are you running from within the monorepo?"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
docker pull ghcr.io/llvm/libcxx-linux-builder:b6bb9dc5abd7c6452c13a53fa8949cb259db459b
|
docker pull ghcr.io/llvm/libcxx-linux-builder:2b57ebb50b6d418e70382e655feaa619b558e254
|
||||||
docker run -it --volume "${MONOREPO_ROOT}:/llvm" --workdir "/llvm" --cap-add=SYS_PTRACE ghcr.io/llvm/libcxx-linux-builder:b6bb9dc5abd7c6452c13a53fa8949cb259db459b \
|
docker run -it --volume "${MONOREPO_ROOT}:/llvm" --workdir "/llvm" --cap-add=SYS_PTRACE ghcr.io/llvm/libcxx-linux-builder:2b57ebb50b6d418e70382e655feaa619b558e254 \
|
||||||
bash -c 'git config --global --add safe.directory /llvm ; exec bash'
|
bash -c 'git config --global --add safe.directory /llvm ; exec bash'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user