diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2021-10-17 07:52:18 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-17 07:52:18 +0900 |
| commit | 607cfe7a016763a7df6ed646f14975424790d82a (patch) | |
| tree | fae6b5015c6cb086af9364bb5a48be6f19fa43f1 | |
| parent | e92f25265a96861ca50222adeba0ba43a50d622d (diff) | |
| parent | 5125b1a5c0a661f13a408e7864c05a97d1c40ce5 (diff) | |
| download | rust-607cfe7a016763a7df6ed646f14975424790d82a.tar.gz rust-607cfe7a016763a7df6ed646f14975424790d82a.zip | |
Rollup merge of #89886 - alexcrichton:update-wasi-libc, r=kennytm
Update the wasi-libc built with the wasm32-wasi target 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.
| -rwxr-xr-x | src/ci/docker/host-x86_64/dist-various-2/build-wasi-toolchain.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/dist-various-2/build-wasi-toolchain.sh b/src/ci/docker/host-x86_64/dist-various-2/build-wasi-toolchain.sh index 82d0f7dc471..9bd56394eaf 100755 --- a/src/ci/docker/host-x86_64/dist-various-2/build-wasi-toolchain.sh +++ b/src/ci/docker/host-x86_64/dist-various-2/build-wasi-toolchain.sh @@ -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 .. |
