Skip to content

Commit eaa140e

Browse files
authored
Update pull_request.yml to build the full compiler in github runners with the armv7 stdlib and tests
1 parent 28fbe55 commit eaa140e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
# runner: 'self-hosted'
3939
- swift-version: 'swift-6.2-branch'
4040
build-type: 'docker'
41-
build-compiler: '0'
41+
build-compiler: '1'
4242
runner: 'ubuntu-24.04'
4343
- swift-version: 'development'
4444
build-type: 'docker'
45-
build-compiler: '0'
45+
build-compiler: '1'
4646
runner: 'ubuntu-24.04'
4747
runs-on: ${{ matrix.runner }}
4848
# 12 hour timeout

0 commit comments

Comments
 (0)