We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 610ea80 + 8750417 commit eed6256Copy full SHA for eed6256
src/ci/docker/dist-various-2/build-wasi-toolchain.sh
@@ -12,7 +12,7 @@ export PATH=`pwd`/clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-14.04/bin:$PATH
12
git clone https://github.com/CraneStation/wasi-libc
13
14
cd wasi-libc
15
-git reset --hard f645f498dfbbbc00a7a97874d33082d3605c3f21
+git reset --hard 1fad33890a5e299027ce0eab7b6ad5260585e347
16
make -j$(nproc) INSTALL_DIR=/wasm32-wasi install
17
18
cd ..
0 commit comments