File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file 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:0fd6f684b9c84c32d6cbfd9742402e788b2879f1
40
+ container : ghcr.io/llvm/libcxx-linux-builder:d8a0709b1090350a7fe3604d8ab78c7d62f10698
41
41
continue-on-error : false
42
42
strategy :
43
43
fail-fast : false
74
74
stage2 :
75
75
if : github.repository_owner == 'llvm'
76
76
runs-on : libcxx-self-hosted-linux
77
- container : ghcr.io/llvm/libcxx-linux-builder:0fd6f684b9c84c32d6cbfd9742402e788b2879f1
77
+ container : ghcr.io/llvm/libcxx-linux-builder:d8a0709b1090350a7fe3604d8ab78c7d62f10698
78
78
needs : [ stage1 ]
79
79
continue-on-error : false
80
80
strategy :
@@ -162,7 +162,7 @@ jobs:
162
162
- config : ' generic-msan'
163
163
machine : libcxx-self-hosted-linux
164
164
runs-on : ${{ matrix.machine }}
165
- container : ghcr.io/llvm/libcxx-linux-builder:0fd6f684b9c84c32d6cbfd9742402e788b2879f1
165
+ container : ghcr.io/llvm/libcxx-linux-builder:d8a0709b1090350a7fe3604d8ab78c7d62f10698
166
166
steps :
167
167
- uses : actions/checkout@v4
168
168
- name : ${{ matrix.config }}
You can’t perform that action at this time.
0 commit comments