File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4444 GCC_STABLE_VERSION : " 13"
4545 LLVM_SYMBOLIZER_PATH : " /usr/bin/llvm-symbolizer-19"
4646 CLANG_CRASH_DIAGNOSTICS_DIR : " crash_diagnostics"
47-
47+ LIBCXX_LINUX_IMAGE_TAG : " 0fd6f684b9c84c32d6cbfd9742402e788b2879f1 "
4848
4949jobs :
5050 stage1 :
5151 if : github.repository_owner == 'llvm'
5252 runs-on : libcxx-self-hosted-linux
53- container : ghcr.io/libcxx/actions- builder:testing-2024-09-21
53+ container : ghcr.io/llvm/libcxx-linux- builder:{{LIBCXX_LINUX_IMAGE_TAG}}
5454 continue-on-error : false
5555 strategy :
5656 fail-fast : false
8787 stage2 :
8888 if : github.repository_owner == 'llvm'
8989 runs-on : libcxx-self-hosted-linux
90- container : ghcr.io/libcxx/actions- builder:testing-2024-09-21
90+ container : ghcr.io/llvm/libcxx-linux- builder:{{LIBCXX_LINUX_IMAGE_TAG}}
9191 needs : [ stage1 ]
9292 continue-on-error : false
9393 strategy :
@@ -175,7 +175,7 @@ jobs:
175175 - config : ' generic-msan'
176176 machine : libcxx-self-hosted-linux
177177 runs-on : ${{ matrix.machine }}
178- container : ghcr.io/libcxx/actions- builder:testing-2024-09-21
178+ container : ghcr.io/llvm/libcxx-linux- builder:{{LIBCXX_LINUX_IMAGE_TAG}}
179179 steps :
180180 - uses : actions/checkout@v4
181181 - name : ${{ matrix.config }}
You can’t perform that action at this time.
0 commit comments