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.
1 parent ef7ae73 commit 8a5b230Copy full SHA for 8a5b230
ci/docker/wasm32-unknown-wasi/Dockerfile
@@ -28,7 +28,7 @@ RUN mv /clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04 /wasmcc
28
# those breaking changes on `libc`'s own CI
29
RUN git clone https://github.com/CraneStation/wasi-sysroot && \
30
cd wasi-sysroot && \
31
- git reset --hard e5f14be38362f1ab83302895a6e74b2ffd0e2302
+ git reset --hard 2201343c17b7149a75f543f523bea0c3243c6091
32
RUN make -C wasi-sysroot install -j $(nproc) WASM_CC=/wasmcc/bin/clang INSTALL_DIR=/wasi-sysroot
33
34
# This is a small wrapper script which executes the actual clang binary in
0 commit comments