Skip to content

Commit f06c3fe

Browse files
Drop 5.10 support
1 parent 36f10da commit f06c3fe

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

.github/scripts/build-matrix.rb

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,12 @@
22
require "optparse"
33

44
BASE_MATRIX_ENTRIES = [
5-
{
6-
"build_os": "ubuntu-18.04",
7-
"agent_query": "ubuntu-20.04",
8-
"target": "ubuntu18.04_x86_64",
9-
"containers": {
10-
# "main": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-18.04",
11-
"release-5.10": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-18.04@sha256:d5d555cf48fc02f5003928a064c03b76c012fef8afbe54a1942c6bfc3d773c58"
12-
},
13-
"run_stdlib_test": true,
14-
"run_full_test": false,
15-
"run_e2e_test": true,
16-
"build_hello_wasm": true,
17-
"clean_build_dir": false,
18-
"free_disk_space": true,
19-
"only_swift_sdk": false,
20-
},
215
{
226
"build_os": "ubuntu-20.04",
237
"agent_query": "ubuntu-20.04",
248
"target": "ubuntu20.04_x86_64",
259
"containers": {
2610
"main": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04",
27-
"release-5.10": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:cc1b99e352ee207da2c75c7bcf81aa8b1d2c08215fd1d05dc0777c40a62f31f1",
2811
"release-6.0": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:9007661fb6d57ebef902618e831458e88068350b0ecc8d85e56441d25a9f4312",
2912
"release-6.1": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:9007661fb6d57ebef902618e831458e88068350b0ecc8d85e56441d25a9f4312",
3013
},
@@ -42,7 +25,6 @@
4225
"target": "ubuntu22.04_x86_64",
4326
"containers": {
4427
"main": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-22.04",
45-
"release-5.10": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:adfa0a8fbc6e5cc7ce5e38a5a9406d4fa5c557871204a65f0690478022d6b359",
4628
"release-6.0": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:8060adba9c044b1fc751b9671167320c9cc0094d0a45d7b8fedb707c49b764c2",
4729
"release-6.1": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:8060adba9c044b1fc751b9671167320c9cc0094d0a45d7b8fedb707c49b764c2",
4830
},
@@ -60,7 +42,6 @@
6042
"target": "amazonlinux2_x86_64",
6143
"containers": {
6244
"main": "ghcr.io/swiftwasm/swift-ci:main-amazon-linux-2",
63-
"release-5.10": "ghcr.io/swiftwasm/swift-ci:main-amazon-linux-2@sha256:d5264ac43e935249b1c8777f6809ebbd2836cb0e8f7dac3bfeeb0b3cdb479b70",
6445
"release-6.0": "ghcr.io/swiftwasm/swift-ci:main-amazon-linux-2@sha256:fc95912c595faecacbb869635fa871f8f31b8d6ed2f0df6792b53628db7ada94",
6546
"release-6.1": "ghcr.io/swiftwasm/swift-ci:main-amazon-linux-2@sha256:fc95912c595faecacbb869635fa871f8f31b8d6ed2f0df6792b53628db7ada94",
6647
},
@@ -75,6 +56,7 @@
7556
{
7657
"build_os": "macos-13",
7758
"agent_query": "macos-13",
59+
"schemes": ["release-6.0", "release-6.1", "main"],
7860
"target": "macos_x86_64",
7961
"run_stdlib_test": false,
8062
"run_full_test": false,
@@ -86,7 +68,7 @@
8668
{
8769
"build_os": "macos-14",
8870
"agent_query": "macos-14",
89-
"schemes": ["release-5.10", "release-6.0", "release-6.1", "main"],
71+
"schemes": ["release-6.0", "release-6.1", "main"],
9072
"target": "macos_arm64",
9173
"run_stdlib_test": true,
9274
"run_full_test": false,
@@ -174,7 +156,6 @@ def main
174156
"target": "ubuntu20.04_aarch64",
175157
"containers": {
176158
"main": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04",
177-
"release-5.10": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:0e04dd550557d9f4f773bda55a6ac355c7c9696ea6efc3e59318bd49569aa00e",
178159
"release-6.0": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:2a977060476a0f6f702d59ed0cd4e8506c7c1f1ed48d85a1a684d2d3fb62c297",
179160
"release-6.1": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04@sha256:2a977060476a0f6f702d59ed0cd4e8506c7c1f1ed48d85a1a684d2d3fb62c297",
180161
},

0 commit comments

Comments
 (0)