Skip to content

Commit 9d4f91f

Browse files
Stop build toolchain for amazonlinux on CI
1 parent 1e22805 commit 9d4f91f

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ jobs:
2828
run_e2e_test: true
2929
build_hello_wasm: true
3030

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-
3731
- build_os: macos-10.15
3832
target: macos_x86_64
3933
run_full_test: true
@@ -90,13 +84,6 @@ jobs:
9084
"ubuntu20.04_x86_64" | "ubuntu18.04_x86_64" | "macos_x86_64")
9185
./utils/webassembly/ci.sh
9286
;;
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-
;;
10087
*)
10188
echo "Unrecognised target: ${{ matrix.target }}"
10289
exit 1

utils/webassembly/distribute-latest-toolchain.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ swift_source_dir="$(cd "$(dirname $0)/../.." && pwd)"
1010
targets=(
1111
"ubuntu18.04_x86_64"
1212
"ubuntu20.04_x86_64"
13-
"amazonlinux2_x86_64"
1413
"macos_x86_64"
1514
)
1615

0 commit comments

Comments
 (0)