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 3737 stage1 :
3838 if : github.repository_owner == 'llvm'
3939 runs-on : libcxx-self-hosted-linux
40- container : ghcr.io/llvm/libcxx-linux-builder:0fd6f684b9c84c32d6cbfd9742402e788b2879f1
40+ container : ghcr.io/llvm/libcxx-linux-builder:d8a0709b1090350a7fe3604d8ab78c7d62f10698
4141 continue-on-error : false
4242 strategy :
4343 fail-fast : false
7474 stage2 :
7575 if : github.repository_owner == 'llvm'
7676 runs-on : libcxx-self-hosted-linux
77- container : ghcr.io/llvm/libcxx-linux-builder:0fd6f684b9c84c32d6cbfd9742402e788b2879f1
77+ container : ghcr.io/llvm/libcxx-linux-builder:d8a0709b1090350a7fe3604d8ab78c7d62f10698
7878 needs : [ stage1 ]
7979 continue-on-error : false
8080 strategy :
@@ -162,7 +162,7 @@ jobs:
162162 - config : ' generic-msan'
163163 machine : libcxx-self-hosted-linux
164164 runs-on : ${{ matrix.machine }}
165- container : ghcr.io/llvm/libcxx-linux-builder:0fd6f684b9c84c32d6cbfd9742402e788b2879f1
165+ container : ghcr.io/llvm/libcxx-linux-builder:d8a0709b1090350a7fe3604d8ab78c7d62f10698
166166 steps :
167167 - uses : actions/checkout@v4
168168 - name : ${{ matrix.config }}
You can’t perform that action at this time.
0 commit comments