Skip to content

Commit

Permalink
Try libcxx-runners-8-set
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed Nov 14, 2024
1 parent b60d7c2 commit e5ad774
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/libcxx-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ env:
jobs:
stage1:
if: github.repository_owner == 'llvm'
runs-on: libcxx-runners-set
runs-on: libcxx-runners-8-set
container: ghcr.io/libcxx/actions-builder:testing-2024-09-21
continue-on-error: false
strategy:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
**/crash_diagnostics/*
stage2:
if: github.repository_owner == 'llvm'
runs-on: libcxx-runners-set
runs-on: libcxx-runners-8-set
container: ghcr.io/libcxx/actions-builder:testing-2024-09-21
needs: [ stage1 ]
continue-on-error: false
Expand Down Expand Up @@ -161,19 +161,19 @@ jobs:
'generic-static',
'bootstrapping-build'
]
machine: [ 'libcxx-runners-set' ]
machine: [ 'libcxx-runners-8-set' ]
include:
- config: 'generic-cxx26'
machine: libcxx-runners-set
machine: libcxx-runners-8-set
- config: 'generic-asan'
machine: libcxx-runners-set
machine: libcxx-runners-8-set
- config: 'generic-tsan'
machine: libcxx-runners-set
machine: libcxx-runners-8-set
- config: 'generic-ubsan'
machine: libcxx-runners-set
machine: libcxx-runners-8-set
# Use a larger machine for MSAN to avoid timeout and memory allocation issues.
- config: 'generic-msan'
machine: libcxx-runners-set
machine: libcxx-runners-8-set
runs-on: ${{ matrix.machine }}
container: ghcr.io/libcxx/actions-builder:testing-2024-09-21
steps:
Expand Down

0 comments on commit e5ad774

Please sign in to comment.