File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 28
28
run_e2e_test : true
29
29
build_hello_wasm : true
30
30
31
- - build_os : ubuntu-20.04
32
- target : amazonlinux2_x86_64
33
- run_full_test : false
34
- run_e2e_test : false
35
- build_hello_wasm : false
36
-
37
31
- build_os : macos-10.15
38
32
target : macos_x86_64
39
33
run_full_test : true
90
84
"ubuntu20.04_x86_64" | "ubuntu18.04_x86_64" | "macos_x86_64")
91
85
./utils/webassembly/ci.sh
92
86
;;
93
- "amazonlinux2_x86_64")
94
- SWIFT_IMAGE=swiftwasm-amazonlinux2_x86_64:nightly-$GITHUB_SHA
95
- docker build --build-arg SWIFT_GIT_SHA=$GITHUB_SHA \
96
- --tag $SWIFT_IMAGE ./utils/webassembly/amazonlinux
97
- docker run -v $GITHUB_WORKSPACE/../:/home/host-dir $SWIFT_IMAGE \
98
- cp -r /home/ec2-user/swift-wasm-$TOOLCHAIN_CHANNEL-SNAPSHOT-amazonlinux2_x86_64.tar.gz /home/host-dir
99
- ;;
100
87
*)
101
88
echo "Unrecognised target: ${{ matrix.target }}"
102
89
exit 1
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ swift_source_dir="$(cd "$(dirname $0)/../.." && pwd)"
10
10
targets=(
11
11
" ubuntu18.04_x86_64"
12
12
" ubuntu20.04_x86_64"
13
- " amazonlinux2_x86_64"
14
13
" macos_x86_64"
15
14
)
16
15
You can’t perform that action at this time.
0 commit comments