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