Skip to content

Commit 2d7ec7f

Browse files
authored
[libc++] Rename the label for libc++ self-hosted runners (llvm#116540)
1 parent dec6324 commit 2d7ec7f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ env:
4949
jobs:
5050
stage1:
5151
if: github.repository_owner == 'llvm'
52-
runs-on: libcxx-runners-set
52+
runs-on: libcxx-self-hosted-linux
5353
container: ghcr.io/libcxx/actions-builder:testing-2024-09-21
5454
continue-on-error: false
5555
strategy:
@@ -86,7 +86,7 @@ jobs:
8686
**/crash_diagnostics/*
8787
stage2:
8888
if: github.repository_owner == 'llvm'
89-
runs-on: libcxx-runners-set
89+
runs-on: libcxx-self-hosted-linux
9090
container: ghcr.io/libcxx/actions-builder:testing-2024-09-21
9191
needs: [ stage1 ]
9292
continue-on-error: false
@@ -161,19 +161,19 @@ jobs:
161161
'generic-static',
162162
'bootstrapping-build'
163163
]
164-
machine: [ 'libcxx-runners-set' ]
164+
machine: [ 'libcxx-self-hosted-linux' ]
165165
include:
166166
- config: 'generic-cxx26'
167-
machine: libcxx-runners-set
167+
machine: libcxx-self-hosted-linux
168168
- config: 'generic-asan'
169-
machine: libcxx-runners-set
169+
machine: libcxx-self-hosted-linux
170170
- config: 'generic-tsan'
171-
machine: libcxx-runners-set
171+
machine: libcxx-self-hosted-linux
172172
- config: 'generic-ubsan'
173-
machine: libcxx-runners-set
173+
machine: libcxx-self-hosted-linux
174174
# Use a larger machine for MSAN to avoid timeout and memory allocation issues.
175175
- config: 'generic-msan'
176-
machine: libcxx-runners-set
176+
machine: libcxx-self-hosted-linux
177177
runs-on: ${{ matrix.machine }}
178178
container: ghcr.io/libcxx/actions-builder:testing-2024-09-21
179179
steps:

0 commit comments

Comments
 (0)