File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -28,24 +28,16 @@ jobs:
28
28
fail-fast : false
29
29
matrix :
30
30
# build-type: ['docker']
31
- build-type : ['docker', 'local' ]
31
+ build-type : ['docker']
32
32
# build-compiler: ['0', '1']
33
- build-compiler : ['0 ']
33
+ build-compiler : ['1 ']
34
34
# blank arch builds all (aarch64,x86_64,armv7)
35
35
arch : ['']
36
36
# builds only x86_64 to speed up the validation
37
37
# arch: ['x86_64']
38
38
# build both the quick (x86_64) and complete (aarch64,x86_64,armv7) SDKs
39
39
# 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']
49
41
runs-on : ubuntu-24.04
50
42
steps :
51
43
- name : Free Disk Space
You can’t perform that action at this time.
0 commit comments