diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-01-14 13:04:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-14 13:04:25 +0100 |
| commit | bc4049d8615419658d7bbfb4401b9d5d6c7ff655 (patch) | |
| tree | 1bb3f9964f1c85c83e3380e96842b054a08f0dbf | |
| parent | 8e0eecdba684b2d01fe4261f8fd367a7b4e913a6 (diff) | |
| parent | b047aec122c291a6e9e32e45ec2c4d715f6415ab (diff) | |
| download | rust-bc4049d8615419658d7bbfb4401b9d5d6c7ff655.tar.gz rust-bc4049d8615419658d7bbfb4401b9d5d6c7ff655.zip | |
Rollup merge of #106644 - alexcrichton:update-wasi-toolchain, r=cuviper
Update the wasi-libc used for the wasm32-wasi target This commit updates the wasi-libc revision used to build with the wasm32-wasi target. This notably pulls in WebAssembly/wasi-libc#377 which is needed to fix a use case I've been working on recently. This should be a relatively small update hopefully and is not expected to have any user impact.
| -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 67cee0148b2..5fbce36c39d 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 @@ bin="$PWD/clang+llvm-15.0.6-x86_64-linux-gnu-ubuntu-18.04/bin" git clone https://github.com/WebAssembly/wasi-libc cd wasi-libc -git reset --hard 8b7148f69ae241a2749b3defe4606da8143b72e0 +git reset --hard 4362b1885fd369e042a7c0ecd8df3b6cd47fb4e8 make -j$(nproc) \ CC="$bin/clang" \ NM="$bin/llvm-nm" \ |
