|
2 | 2 | require "optparse"
|
3 | 3 |
|
4 | 4 | BASE_MATRIX_ENTRIES = [
|
5 |
| -# DEPRECATED: GitHub Actions won't support Ubuntu 18.0.4 faimily anymore |
6 |
| -# { |
7 |
| -# "build_os": "ubuntu-18.04", |
8 |
| -# "agent_query": "ubuntu-18.04", |
9 |
| -# "target": "ubuntu18.04_x86_64", |
10 |
| -# # "container": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-18.04", |
11 |
| -# "container": "ghcr.io/swiftwasm/swift-ci@sha256:e38db2e47e9b4a9207276fd3061748a719901884a6fa44562abb47d196534864", |
12 |
| -# "run_stdlib_test": true, |
13 |
| -# "run_full_test": false, |
14 |
| -# "run_e2e_test": true, |
15 |
| -# "build_hello_wasm": true, |
16 |
| -# "clean_build_dir": false, |
17 |
| -# "free_disk_space": true |
18 |
| -# }, |
| 5 | + { |
| 6 | + "build_os": "ubuntu-18.04", |
| 7 | + "agent_query": "ubuntu-20.04", |
| 8 | + "target": "ubuntu18.04_x86_64", |
| 9 | +# "container": "ghcr.io/swiftwasm/swift-ci:main-ubuntu-18.04", |
| 10 | + "container": "ghcr.io/swiftwasm/swift-ci@sha256:e38db2e47e9b4a9207276fd3061748a719901884a6fa44562abb47d196534864", |
| 11 | + "run_stdlib_test": true, |
| 12 | + "run_full_test": false, |
| 13 | + "run_e2e_test": true, |
| 14 | + "build_hello_wasm": true, |
| 15 | + "clean_build_dir": false, |
| 16 | + "free_disk_space": true |
| 17 | + }, |
19 | 18 | {
|
20 | 19 | "build_os": "ubuntu-20.04",
|
21 | 20 | "agent_query": "ubuntu-20.04",
|
|
0 commit comments