Skip to content

Commit cfdf9d3

Browse files
committed
Auto merge of #74993 - sunfishcode:update-wasi-libc, r=alexcrichton
Update the bundled wasi-libc with libstd This just updates WASI libc, in preparation for WASI reactor support in a separate change. r? @alexcrichton
2 parents dfe1e3b + aaffb06 commit cfdf9d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/docker/host-x86_64/dist-various-2/build-wasi-toolchain.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ curl https://ci-mirrors.rust-lang.org/rustc/clang%2Bllvm-9.0.0-x86_64-linux-gnu-
99
tar xJf -
1010
export PATH=`pwd`/clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-14.04/bin:$PATH
1111

12-
git clone https://github.com/CraneStation/wasi-libc
12+
git clone https://github.com/WebAssembly/wasi-libc
1313

1414
cd wasi-libc
15-
git reset --hard 9efc2f428358564fe64c374d762d0bfce1d92507
15+
git reset --hard 215adc8ac9f91eb055311acc72683fd2eb1ae15a
1616
make -j$(nproc) INSTALL_DIR=/wasm32-wasi install
1717

1818
cd ..

0 commit comments

Comments
 (0)