|
38 | 38 | "clean_build_dir": false,
|
39 | 39 | "free_disk_space": true
|
40 | 40 | },
|
| 41 | + { |
| 42 | + "build_os": "amazon-linux-2", |
| 43 | + "agent_query": "ubuntu-22.04", |
| 44 | + "target": "amazonlinux2_x86_64", |
| 45 | + "container": "ghcr.io/swiftwasm/swift-ci:main-amazon-linux-2", |
| 46 | + "run_stdlib_test": false, |
| 47 | + "run_full_test": false, |
| 48 | + "run_e2e_test": false, |
| 49 | + "build_hello_wasm": true, |
| 50 | + "clean_build_dir": false, |
| 51 | + "free_disk_space": true |
| 52 | + }, |
41 | 53 | {
|
42 | 54 | "build_os": "macos-11",
|
43 | 55 | "agent_query": "macos-11",
|
@@ -72,19 +84,6 @@ def main
|
72 | 84 | matrix_entries = BASE_MATRIX_ENTRIES.dup
|
73 | 85 | if options[:runner]
|
74 | 86 | runner = JSON.parse(File.read(options[:runner]))
|
75 |
| - if label = runner["outputs"]["amazonlinux2_x86_64-label"] |
76 |
| - matrix_entries << { |
77 |
| - "build_os": "amazon-linux-2", |
78 |
| - "agent_query": label, |
79 |
| - "target": "amazonlinux2_x86_64", |
80 |
| - "container": "ghcr.io/swiftwasm/swift-ci:main-amazon-linux-2", |
81 |
| - "run_stdlib_test": false, |
82 |
| - "run_full_test": false, |
83 |
| - "run_e2e_test": false, |
84 |
| - "build_hello_wasm": true, |
85 |
| - "clean_build_dir": false |
86 |
| - } |
87 |
| - end |
88 | 87 | if label = runner["outputs"]["ubuntu20_04_aarch64-label"]
|
89 | 88 | matrix_entries << {
|
90 | 89 | "build_os": "ubuntu-20.04",
|
|
0 commit comments