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 )"
6
6
7
7
cd $SOURCE_PATH
8
8
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"
10
10
11
11
[ ! -e dist-wasi-sdk.tgz.zip ] && \
12
12
wget -O dist-wasi-sdk.tgz.zip $WASI_SDK_URL
Original file line number Diff line number Diff line change 53
53
54
54
cmake --version
55
55
56
- $SWIFT_PATH /utils/webassembly/install-wasi-sdk.sh linux ubuntu
56
+ $SWIFT_PATH /utils/webassembly/install-wasi-sdk.sh linux ubuntu-18.04
57
57
58
58
# Link wasm32-wasi-unknown to wasm32-wasi because clang finds crt1.o from sysroot
59
59
# with os and environment name `getMultiarchTriple`.
@@ -66,4 +66,4 @@ if [ -z $(which sccache) ]; then
66
66
wget -O - " https://github.com/mozilla/sccache/releases/download/0.2.13/sccache-0.2.13-x86_64-unknown-linux-musl.tar.gz" | \
67
67
sudo tar xz --strip-components 1
68
68
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
22
22
23
23
cd $SOURCE_PATH
24
24
25
- $SWIFT_PATH /utils/webassembly/install-wasi-sdk.sh macos macos
25
+ $SWIFT_PATH /utils/webassembly/install-wasi-sdk.sh macos macos-10.15
26
26
27
27
# Link sysroot/usr/include to sysroot/include because Darwin sysroot doesn't
28
28
# find header files in sysroot/include but sysroot/usr/include
You can’t perform that action at this time.
0 commit comments