File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
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:b6bb9dc5abd7c6452c13a53fa8949cb259db459b
40
+ container : ghcr.io/llvm/libcxx-linux-builder:2b57ebb50b6d418e70382e655feaa619b558e254
41
41
continue-on-error : false
42
42
strategy :
43
43
fail-fast : false
75
75
stage2 :
76
76
if : github.repository_owner == 'llvm'
77
77
runs-on : libcxx-self-hosted-linux
78
- container : ghcr.io/llvm/libcxx-linux-builder:b6bb9dc5abd7c6452c13a53fa8949cb259db459b
78
+ container : ghcr.io/llvm/libcxx-linux-builder:2b57ebb50b6d418e70382e655feaa619b558e254
79
79
needs : [ stage1 ]
80
80
continue-on-error : false
81
81
strategy :
@@ -163,7 +163,7 @@ jobs:
163
163
- config : ' generic-msan'
164
164
machine : libcxx-self-hosted-linux
165
165
runs-on : ${{ matrix.machine }}
166
- container : ghcr.io/llvm/libcxx-linux-builder:b6bb9dc5abd7c6452c13a53fa8949cb259db459b
166
+ container : ghcr.io/llvm/libcxx-linux-builder:2b57ebb50b6d418e70382e655feaa619b558e254
167
167
steps :
168
168
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
169
169
- 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
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:b6bb9dc5abd7c6452c13a53fa8949cb259db459b
30
- docker run -it --volume " ${MONOREPO_ROOT} :/llvm" --workdir " /llvm" --cap-add=SYS_PTRACE ghcr.io/llvm/libcxx-linux-builder:b6bb9dc5abd7c6452c13a53fa8949cb259db459b \
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 \
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