File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SOURCE_PATH="$( cd "$(dirname $0)/../../../" && pwd )"
66
77cd $SOURCE_PATH
88
9- WASI_SDK_URL=" https://github.com/swiftwasm/wasi-sdk/releases/download/0.2.0 -swiftwasm/dist-$2 -latest.tgz .zip"
9+ WASI_SDK_URL=" https://github.com/swiftwasm/wasi-sdk/releases/download/0.2.2 -swiftwasm/dist-$2 .zip"
1010
1111[ ! -e dist-wasi-sdk.tgz.zip ] && \
1212 wget -O dist-wasi-sdk.tgz.zip $WASI_SDK_URL
Original file line number Diff line number Diff line change 5353
5454cmake --version
5555
56- $SWIFT_PATH /utils/webassembly/install-wasi-sdk.sh linux ubuntu
56+ $SWIFT_PATH /utils/webassembly/install-wasi-sdk.sh linux ubuntu-18.04
5757
5858# Link wasm32-wasi-unknown to wasm32-wasi because clang finds crt1.o from sysroot
5959# with os and environment name `getMultiarchTriple`.
@@ -66,4 +66,4 @@ if [ -z $(which sccache) ]; then
6666 wget -O - " https://github.com/mozilla/sccache/releases/download/0.2.13/sccache-0.2.13-x86_64-unknown-linux-musl.tar.gz" | \
6767 sudo tar xz --strip-components 1
6868 sudo ln -sf /opt/sccache/sccache /usr/local/bin
69- fi
69+ fi
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ cd $SWIFT_PATH
2222
2323cd $SOURCE_PATH
2424
25- $SWIFT_PATH /utils/webassembly/install-wasi-sdk.sh macos macos
25+ $SWIFT_PATH /utils/webassembly/install-wasi-sdk.sh macos macos-10.15
2626
2727# Link sysroot/usr/include to sysroot/include because Darwin sysroot doesn't
2828# find header files in sysroot/include but sysroot/usr/include
You can’t perform that action at this time.
0 commit comments