Skip to content

Commit 8a5b230

Browse files
committed
Update to the latest wasi-sysroot.
This contains several fixes, including the FD_ISSET signature change that the previous patch in this PR needs.
1 parent ef7ae73 commit 8a5b230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/wasm32-unknown-wasi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN mv /clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04 /wasmcc
2828
# those breaking changes on `libc`'s own CI
2929
RUN git clone https://github.com/CraneStation/wasi-sysroot && \
3030
cd wasi-sysroot && \
31-
git reset --hard e5f14be38362f1ab83302895a6e74b2ffd0e2302
31+
git reset --hard 2201343c17b7149a75f543f523bea0c3243c6091
3232
RUN make -C wasi-sysroot install -j $(nproc) WASM_CC=/wasmcc/bin/clang INSTALL_DIR=/wasi-sysroot
3333

3434
# This is a small wrapper script which executes the actual clang binary in

0 commit comments

Comments
 (0)