diff options
| author | Dan Gohman <sunfish@mozilla.com> | 2020-07-31 14:47:19 -0700 |
|---|---|---|
| committer | Dan Gohman <sunfish@mozilla.com> | 2020-07-31 14:47:19 -0700 |
| commit | aaffb06c041d282e4eddfd323659e76b55f3781d (patch) | |
| tree | b7e65a13cecfdaafc854e10492d6bc017c4e33c6 | |
| parent | 0e11fc8053d32c44e7152865852acc5c3c54efb3 (diff) | |
| download | rust-aaffb06c041d282e4eddfd323659e76b55f3781d.tar.gz rust-aaffb06c041d282e4eddfd323659e76b55f3781d.zip | |
Update the bundled wasi-libc with libstd
This just updates WASI libc, in preparation for WASI reactor support in a separate change.
| -rwxr-xr-x | src/ci/docker/host-x86_64/dist-various-2/build-wasi-toolchain.sh | 4 |
1 files changed, 2 insertions, 2 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 c82031690ab..e9e4a893476 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 @@ -9,10 +9,10 @@ curl https://ci-mirrors.rust-lang.org/rustc/clang%2Bllvm-9.0.0-x86_64-linux-gnu- tar xJf - export PATH=`pwd`/clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-14.04/bin:$PATH -git clone https://github.com/CraneStation/wasi-libc +git clone https://github.com/WebAssembly/wasi-libc cd wasi-libc -git reset --hard 9efc2f428358564fe64c374d762d0bfce1d92507 +git reset --hard 215adc8ac9f91eb055311acc72683fd2eb1ae15a make -j$(nproc) INSTALL_DIR=/wasm32-wasi install cd .. |
