]> git.lizzy.rs Git - rust.git/commitdiff
Update the wasi-libc built with the wasm32-wasi target
authorAlex Crichton <alex@alexcrichton.com>
Thu, 14 Oct 2021 17:12:15 +0000 (10:12 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 14 Oct 2021 17:12:15 +0000 (10:12 -0700)
This commit updates the wasi-libc that we include with the wasm32-wasi
target, which brings in various misc fixes such as musl updates and some
math tweaks.

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

index 82d0f7dc471e8d95c9ee718e7ccfd917acf7be69..9bd56394eafc6add71473ce3f2f914811d22a051 100755 (executable)
@@ -10,7 +10,7 @@ export PATH=`pwd`/clang+llvm-11.0.1-x86_64-linux-gnu-ubuntu-16.04/bin:$PATH
 git clone https://github.com/WebAssembly/wasi-libc
 
 cd wasi-libc
-git reset --hard 58795582905e08fa7748846c1971b4ab911d1e16
+git reset --hard ad5133410f66b93a2381db5b542aad5e0964db96
 make -j$(nproc) INSTALL_DIR=/wasm32-wasi install
 
 cd ..