File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3737 stage1 :
3838 if : github.repository_owner == 'llvm'
3939 runs-on : libcxx-self-hosted-linux
40- container : ghcr.io/llvm/libcxx-linux-builder:b319dfef21f6c7b0bc6a356d6b9f41a3b3b98ae9
40+ container : ghcr.io/llvm/libcxx-linux-builder:b6bb9dc5abd7c6452c13a53fa8949cb259db459b
4141 continue-on-error : false
4242 strategy :
4343 fail-fast : false
7575 stage2 :
7676 if : github.repository_owner == 'llvm'
7777 runs-on : libcxx-self-hosted-linux
78- container : ghcr.io/llvm/libcxx-linux-builder:b319dfef21f6c7b0bc6a356d6b9f41a3b3b98ae9
78+ container : ghcr.io/llvm/libcxx-linux-builder:b6bb9dc5abd7c6452c13a53fa8949cb259db459b
7979 needs : [ stage1 ]
8080 continue-on-error : false
8181 strategy :
@@ -167,7 +167,7 @@ jobs:
167167 - config : ' generic-msan'
168168 machine : libcxx-self-hosted-linux
169169 runs-on : ${{ matrix.machine }}
170- container : ghcr.io/llvm/libcxx-linux-builder:b319dfef21f6c7b0bc6a356d6b9f41a3b3b98ae9
170+ container : ghcr.io/llvm/libcxx-linux-builder:b6bb9dc5abd7c6452c13a53fa8949cb259db459b
171171 steps :
172172 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
173173 - name : ${{ matrix.config }}
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ if [[ ! -d "${MONOREPO_ROOT}/libcxx/utils/ci" ]]; then
2626 echo " Was unable to find the root of the LLVM monorepo; are you running from within the monorepo?"
2727 exit 1
2828fi
29- docker pull ghcr.io/llvm/libcxx-linux-builder:b319dfef21f6c7b0bc6a356d6b9f41a3b3b98ae9
30- docker run -it --volume " ${MONOREPO_ROOT} :/llvm" --workdir " /llvm" --cap-add=SYS_PTRACE ghcr.io/llvm/libcxx-linux-builder:b319dfef21f6c7b0bc6a356d6b9f41a3b3b98ae9 \
29+ docker pull ghcr.io/llvm/libcxx-linux-builder:b6bb9dc5abd7c6452c13a53fa8949cb259db459b
30+ docker run -it --volume " ${MONOREPO_ROOT} :/llvm" --workdir " /llvm" --cap-add=SYS_PTRACE ghcr.io/llvm/libcxx-linux-builder:b6bb9dc5abd7c6452c13a53fa8949cb259db459b \
3131 bash -c ' git config --global --add safe.directory /llvm ; exec bash'
You can’t perform that action at this time.
0 commit comments