Skip to content

Commit db7b0f8

Browse files
committed
Update the revision of wasi-libc used in wasm32-wasi
This commit updates the `wasi-libc` repository used to build the wasm32-wasi target's libstd to ensure that both libstd and libc are using the same wasi snapshot version.
1 parent a0312c1 commit db7b0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export PATH=`pwd`/clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-14.04/bin:$PATH
1212
git clone https://github.com/CraneStation/wasi-libc
1313

1414
cd wasi-libc
15-
git reset --hard a94d2d04e7722b323573da2bd04e909a5763d35b
15+
git reset --hard f645f498dfbbbc00a7a97874d33082d3605c3f21
1616
make -j$(nproc) INSTALL_DIR=/wasm32-wasi install
1717

1818
cd ..

0 commit comments

Comments
 (0)