Skip to content

Commit 12124dd

Browse files
[ci] Restore ubuntu-focal build configuration
1 parent b7fe9db commit 12124dd

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

.github/scripts/build-matrix.rb

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22
require "optparse"
33

44
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+
},
1918
{
2019
"build_os": "ubuntu-20.04",
2120
"agent_query": "ubuntu-20.04",

0 commit comments

Comments
 (0)