We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e11fc8 commit aaffb06Copy full SHA for aaffb06
src/ci/docker/host-x86_64/dist-various-2/build-wasi-toolchain.sh
@@ -9,10 +9,10 @@ curl https://ci-mirrors.rust-lang.org/rustc/clang%2Bllvm-9.0.0-x86_64-linux-gnu-
9
tar xJf -
10
export PATH=`pwd`/clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-14.04/bin:$PATH
11
12
-git clone https://github.com/CraneStation/wasi-libc
+git clone https://github.com/WebAssembly/wasi-libc
13
14
cd wasi-libc
15
-git reset --hard 9efc2f428358564fe64c374d762d0bfce1d92507
+git reset --hard 215adc8ac9f91eb055311acc72683fd2eb1ae15a
16
make -j$(nproc) INSTALL_DIR=/wasm32-wasi install
17
18
cd ..
0 commit comments