Skip to content

Commit f63f1c3

Browse files
committed
fix: pin wasi-libc version
newest version introduced a breaking change wokwi/inverter-chip#4
1 parent 9c7dd79 commit f63f1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.21
22
RUN apk update
33
RUN apk add clang lld git make llvm bash curl
44

5-
RUN git clone https://github.com/CraneStation/wasi-libc.git && \
5+
RUN git clone -b wasi-sdk-27 --depth 1 https://github.com/CraneStation/wasi-libc.git && \
66
cd /wasi-libc && \
77
make install INSTALL_DIR=/opt/wasi-libc && \
88
rm -rf /wasi-libc

0 commit comments

Comments
 (0)