Skip to content

Commit

Permalink
Use wasmtime v0.27.0
Browse files Browse the repository at this point in the history
Since dev doesn't have artifact for x86_64 Linux.
  • Loading branch information
JohnTitor committed Jun 9, 2021
1 parent f52bd66 commit db7fd33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker/wasm32-wasi/Dockerfile
Expand Up @@ -20,9 +20,9 @@ RUN git clone https://github.com/WebAssembly/wasi-libc && \
RUN apt-get install -y --no-install-recommends llvm
RUN make -C wasi-libc install -j $(nproc) INSTALL_DIR=/wasi-libc

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

RUN apt-get install -y --no-install-recommends lld
Expand Down

0 comments on commit db7fd33

Please sign in to comment.