File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
stage1 :
38
38
if : github.repository_owner == 'llvm'
39
39
runs-on : libcxx-self-hosted-linux
40
- container : ghcr.io/llvm/libcxx-linux-builder:2b57ebb50b6d418e70382e655feaa619b558e254
40
+ container : ghcr.io/llvm/libcxx-linux-builder:b060022103f551d8ca1dad84122ef73927c86512
41
41
continue-on-error : false
42
42
strategy :
43
43
fail-fast : false
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ if [[ ! -d "${MONOREPO_ROOT}/libcxx/utils/ci" ]]; then
26
26
echo " Was unable to find the root of the LLVM monorepo; are you running from within the monorepo?"
27
27
exit 1
28
28
fi
29
- docker pull ghcr.io/llvm/libcxx-linux-builder:2b57ebb50b6d418e70382e655feaa619b558e254
30
- docker run -it --volume " ${MONOREPO_ROOT} :/llvm" --workdir " /llvm" --cap-add=SYS_PTRACE ghcr.io/llvm/libcxx-linux-builder:2b57ebb50b6d418e70382e655feaa619b558e254 \
29
+ docker pull ghcr.io/llvm/libcxx-linux-builder:b060022103f551d8ca1dad84122ef73927c86512
30
+ docker run -it --volume " ${MONOREPO_ROOT} :/llvm" --workdir " /llvm" --cap-add=SYS_PTRACE ghcr.io/llvm/libcxx-linux-builder:b060022103f551d8ca1dad84122ef73927c86512 \
31
31
bash -c ' git config --global --add safe.directory /llvm ; exec bash'
You can’t perform that action at this time.
0 commit comments