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 4545 LLVM_SYMBOLIZER_PATH : " /usr/bin/llvm-symbolizer-19"
4646 CLANG_CRASH_DIAGNOSTICS_DIR : " crash_diagnostics"
4747
48-
4948jobs :
5049 stage1 :
5150 if : github.repository_owner == 'llvm'
5251 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
5453 continue-on-error : false
5554 strategy :
5655 fail-fast : false
8786 stage2 :
8887 if : github.repository_owner == 'llvm'
8988 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
9190 needs : [ stage1 ]
9291 continue-on-error : false
9392 strategy :
@@ -175,7 +174,7 @@ jobs:
175174 - config : ' generic-msan'
176175 machine : libcxx-self-hosted-linux
177176 runs-on : ${{ matrix.machine }}
178- container : ghcr.io/libcxx/actions- builder:testing-2024-09-21
177+ container : ghcr.io/llvm/libcxx-linux- builder:0fd6f684b9c84c32d6cbfd9742402e788b2879f1
179178 steps :
180179 - uses : actions/checkout@v4
181180 - name : ${{ matrix.config }}
You can’t perform that action at this time.
0 commit comments