|
49 | 49 | jobs:
|
50 | 50 | stage1:
|
51 | 51 | if: github.repository_owner == 'llvm'
|
52 |
| - runs-on: libcxx-runners-8-set |
| 52 | + runs-on: libcxx-runners-set |
| 53 | + container: ghcr.io/libcxx/actions-builder:testing-2024-09-21 |
53 | 54 | continue-on-error: false
|
54 | 55 | strategy:
|
55 | 56 | fail-fast: false
|
|
85 | 86 | **/crash_diagnostics/*
|
86 | 87 | stage2:
|
87 | 88 | if: github.repository_owner == 'llvm'
|
88 |
| - runs-on: libcxx-runners-8-set |
| 89 | + runs-on: libcxx-runners-set |
| 90 | + container: ghcr.io/libcxx/actions-builder:testing-2024-09-21 |
89 | 91 | needs: [ stage1 ]
|
90 | 92 | continue-on-error: false
|
91 | 93 | strategy:
|
@@ -162,20 +164,21 @@ jobs:
|
162 | 164 | 'benchmarks',
|
163 | 165 | 'bootstrapping-build'
|
164 | 166 | ]
|
165 |
| - machine: [ 'libcxx-runners-8-set' ] |
| 167 | + machine: [ 'libcxx-runners-set' ] |
166 | 168 | include:
|
167 | 169 | - config: 'generic-cxx26'
|
168 |
| - machine: libcxx-runners-8-set |
| 170 | + machine: libcxx-runners-set |
169 | 171 | - config: 'generic-asan'
|
170 |
| - machine: libcxx-runners-8-set |
| 172 | + machine: libcxx-runners-set |
171 | 173 | - config: 'generic-tsan'
|
172 |
| - machine: libcxx-runners-8-set |
| 174 | + machine: libcxx-runners-set |
173 | 175 | - config: 'generic-ubsan'
|
174 |
| - machine: libcxx-runners-8-set |
| 176 | + machine: libcxx-runners-set |
175 | 177 | # Use a larger machine for MSAN to avoid timeout and memory allocation issues.
|
176 | 178 | - config: 'generic-msan'
|
177 |
| - machine: libcxx-runners-8-set |
| 179 | + machine: libcxx-runners-set |
178 | 180 | runs-on: ${{ matrix.machine }}
|
| 181 | + container: ghcr.io/libcxx/actions-builder:testing-2024-09-21 |
179 | 182 | steps:
|
180 | 183 | - uses: actions/checkout@v4
|
181 | 184 | - name: ${{ matrix.config }}
|
|
0 commit comments