File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 45
45
LLVM_SYMBOLIZER_PATH : " /usr/bin/llvm-symbolizer-19"
46
46
CLANG_CRASH_DIAGNOSTICS_DIR : " crash_diagnostics"
47
47
48
-
49
48
jobs :
50
49
stage1 :
51
50
if : github.repository_owner == 'llvm'
52
51
runs-on : libcxx-self-hosted-linux
53
- container : ghcr.io/libcxx/actions- builder:testing-2024-09-21
52
+ container : ghcr.io/llvm/libcxx-linux- builder:0fd6f684b9c84c32d6cbfd9742402e788b2879f1
54
53
continue-on-error : false
55
54
strategy :
56
55
fail-fast : false
87
86
stage2 :
88
87
if : github.repository_owner == 'llvm'
89
88
runs-on : libcxx-self-hosted-linux
90
- container : ghcr.io/libcxx/actions- builder:testing-2024-09-21
89
+ container : ghcr.io/llvm/libcxx-linux- builder:0fd6f684b9c84c32d6cbfd9742402e788b2879f1
91
90
needs : [ stage1 ]
92
91
continue-on-error : false
93
92
strategy :
@@ -175,7 +174,7 @@ jobs:
175
174
- config : ' generic-msan'
176
175
machine : libcxx-self-hosted-linux
177
176
runs-on : ${{ matrix.machine }}
178
- container : ghcr.io/libcxx/actions- builder:testing-2024-09-21
177
+ container : ghcr.io/llvm/libcxx-linux- builder:0fd6f684b9c84c32d6cbfd9742402e788b2879f1
179
178
steps :
180
179
- uses : actions/checkout@v4
181
180
- name : ${{ matrix.config }}
You can’t perform that action at this time.
0 commit comments