Skip to content

Commit db7fd33

Browse files
committed
Use wasmtime v0.27.0
Since dev doesn't have artifact for x86_64 Linux.
1 parent f52bd66 commit db7fd33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/docker/wasm32-wasi/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ RUN git clone https://github.com/WebAssembly/wasi-libc && \
2020
RUN apt-get install -y --no-install-recommends llvm
2121
RUN make -C wasi-libc install -j $(nproc) INSTALL_DIR=/wasi-libc
2222

23-
RUN curl -L https://github.com/bytecodealliance/wasmtime/releases/download/dev/wasmtime-dev-x86_64-linux.tar.xz | \
23+
RUN curl -L hhttps://github.com/bytecodealliance/wasmtime/releases/download/v0.27.0/wasmtime-v0.27.0-x86_64-linux.tar.xz | \
2424
tar xJf -
25-
ENV PATH=$PATH:/wasmtime-dev-x86_64-linux
25+
ENV PATH=$PATH:/wasmtime-v0.27.0-x86_64-linux
2626
COPY docker/wasm32-wasi/clang.sh /wasi-libc/bin/clang
2727

2828
RUN apt-get install -y --no-install-recommends lld

0 commit comments

Comments
 (0)