Skip to content

Commit 6df2ae0

Browse files
authored
Download ubuntu-18.04 WASI SDK distribution for Linux builds
1 parent e58521b commit 6df2ae0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/webassembly/linux/install-dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fi
5353

5454
cmake --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

0 commit comments

Comments
 (0)