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