8
8
"target" : "ubuntu18.04_x86_64" ,
9
9
"containers" : {
10
10
# "main": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-18.04",
11
- # "release-5.9": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-18.04@sha256:d5d555cf48fc02f5003928a064c03b76c012fef8afbe54a1942c6bfc3d773c58",
12
11
"release-5.10" : "ghcr.io/swiftwasm/swift-ci:main-ubuntu-18.04@sha256:d5d555cf48fc02f5003928a064c03b76c012fef8afbe54a1942c6bfc3d773c58"
13
12
} ,
14
13
"run_stdlib_test" : true ,
25
24
"target" : "ubuntu20.04_x86_64" ,
26
25
"containers" : {
27
26
"main" : "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04" ,
28
- # "release-5.9": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:cc1b99e352ee207da2c75c7bcf81aa8b1d2c08215fd1d05dc0777c40a62f31f1",
29
27
"release-5.10" : "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:cc1b99e352ee207da2c75c7bcf81aa8b1d2c08215fd1d05dc0777c40a62f31f1" ,
30
28
"release-6.0" : "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:9007661fb6d57ebef902618e831458e88068350b0ecc8d85e56441d25a9f4312" ,
29
+ "release-6.1" : "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:9007661fb6d57ebef902618e831458e88068350b0ecc8d85e56441d25a9f4312" ,
31
30
} ,
32
31
"run_stdlib_test" : true ,
33
32
"run_full_test" : false ,
43
42
"target" : "ubuntu22.04_x86_64" ,
44
43
"containers" : {
45
44
"main" : "ghcr.io/swiftwasm/swift-ci:main-ubuntu-22.04" ,
46
- # "release-5.9": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:adfa0a8fbc6e5cc7ce5e38a5a9406d4fa5c557871204a65f0690478022d6b359",
47
45
"release-5.10" : "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:adfa0a8fbc6e5cc7ce5e38a5a9406d4fa5c557871204a65f0690478022d6b359" ,
48
46
"release-6.0" : "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:8060adba9c044b1fc751b9671167320c9cc0094d0a45d7b8fedb707c49b764c2" ,
47
+ "release-6.1" : "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:8060adba9c044b1fc751b9671167320c9cc0094d0a45d7b8fedb707c49b764c2" ,
49
48
} ,
50
49
"run_stdlib_test" : true ,
51
50
"run_full_test" : false ,
61
60
"target" : "amazonlinux2_x86_64" ,
62
61
"containers" : {
63
62
"main" : "ghcr.io/swiftwasm/swift-ci:main-amazon-linux-2" ,
64
- # "release-5.9": "ghcr.io/swiftwasm/swift-ci:main-amazon-linux-2@sha256:d5264ac43e935249b1c8777f6809ebbd2836cb0e8f7dac3bfeeb0b3cdb479b70",
65
63
"release-5.10" : "ghcr.io/swiftwasm/swift-ci:main-amazon-linux-2@sha256:d5264ac43e935249b1c8777f6809ebbd2836cb0e8f7dac3bfeeb0b3cdb479b70" ,
66
64
"release-6.0" : "ghcr.io/swiftwasm/swift-ci:main-amazon-linux-2@sha256:fc95912c595faecacbb869635fa871f8f31b8d6ed2f0df6792b53628db7ada94" ,
65
+ "release-6.1" : "ghcr.io/swiftwasm/swift-ci:main-amazon-linux-2@sha256:fc95912c595faecacbb869635fa871f8f31b8d6ed2f0df6792b53628db7ada94" ,
67
66
} ,
68
67
"run_stdlib_test" : false ,
69
68
"run_full_test" : false ,
87
86
{
88
87
"build_os" : "macos-14" ,
89
88
"agent_query" : "macos-14" ,
90
- "schemes" : [ "release-5.10" , "release-6.0" , "main" ] ,
89
+ "schemes" : [ "release-5.10" , "release-6.0" , "release-6.1" , " main"] ,
91
90
"target" : "macos_arm64" ,
92
91
"run_stdlib_test" : true ,
93
92
"run_full_test" : false ,
97
96
"free_disk_space" : true ,
98
97
"only_swift_sdk" : false ,
99
98
} ,
100
- {
101
- "build_os" : "macos-13" ,
102
- "agent_query" : [ "self-hosted" , "macOS" , "ARM64" ] ,
103
- "schemes" : [ "release-5.9" ] ,
104
- "target" : "macos_arm64" ,
105
- "run_stdlib_test" : true ,
106
- "run_full_test" : false ,
107
- "run_e2e_test" : true ,
108
- "build_hello_wasm" : true ,
109
- "clean_build_dir" : true ,
110
- "only_swift_sdk" : false ,
111
- } ,
112
99
# Generic Swift SDK build
113
100
{
114
101
"job_name" : "Swift SDK" ,
118
105
"containers" : {
119
106
"main" : "ghcr.io/swiftwasm/swift-ci:main-ubuntu-22.04" ,
120
107
"release-6.0" : "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:8060adba9c044b1fc751b9671167320c9cc0094d0a45d7b8fedb707c49b764c2" ,
108
+ "release-6.1" : "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:8060adba9c044b1fc751b9671167320c9cc0094d0a45d7b8fedb707c49b764c2" ,
121
109
} ,
122
110
"run_stdlib_test" : true ,
123
111
"run_full_test" : false ,
@@ -186,9 +174,9 @@ def main
186
174
"target" : "ubuntu20.04_aarch64" ,
187
175
"containers" : {
188
176
"main" : "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04" ,
189
- # "release-5.9": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:0e04dd550557d9f4f773bda55a6ac355c7c9696ea6efc3e59318bd49569aa00e",
190
177
"release-5.10" : "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:0e04dd550557d9f4f773bda55a6ac355c7c9696ea6efc3e59318bd49569aa00e" ,
191
178
"release-6.0" : "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:2a977060476a0f6f702d59ed0cd4e8506c7c1f1ed48d85a1a684d2d3fb62c297" ,
179
+ "release-6.1" : "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:2a977060476a0f6f702d59ed0cd4e8506c7c1f1ed48d85a1a684d2d3fb62c297" ,
192
180
} ,
193
181
"run_stdlib_test" : false ,
194
182
"run_full_test" : false ,
@@ -202,7 +190,7 @@ def main
202
190
end
203
191
204
192
schemes = derive_schemes ( options )
205
- schemes = schemes - [ "release-5.9" ] # Skip 5.9 for now
193
+ schemes = schemes
206
194
207
195
matrix_entries = schemes . flat_map do |scheme |
208
196
if scheme == "main"
0 commit comments