Skip to content

Commit 287e81d

Browse files
authored
Update pull_request.yml to really only build the full docker compiler with tests
1 parent 1692659 commit 287e81d

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,16 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
#build-type: ['docker']
31-
build-type: ['docker', 'local']
31+
build-type: ['docker']
3232
#build-compiler: ['0', '1']
33-
build-compiler: ['0']
33+
build-compiler: ['1']
3434
# blank arch builds all (aarch64,x86_64,armv7)
3535
arch: ['']
3636
# builds only x86_64 to speed up the validation
3737
#arch: ['x86_64']
3838
# build both the quick (x86_64) and complete (aarch64,x86_64,armv7) SDKs
3939
#arch: ['x86_64', '']
40-
swift-version: ['release', 'swift-6.2-branch', 'development']
41-
# add docker-specific variants that run the compiler validation tests
42-
include:
43-
- swift-version: 'swift-6.2-branch'
44-
build-type: 'docker'
45-
build-compiler: '1'
46-
- swift-version: 'development'
47-
build-type: 'docker'
48-
build-compiler: '1'
40+
swift-version: ['swift-6.2-branch', 'development']
4941
runs-on: ubuntu-24.04
5042
steps:
5143
- name: Free Disk Space

0 commit comments

Comments
 (0)