mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00
Don't try to be clever with arch
This commit is contained in:
parent
be861579df
commit
49b6f1d2e9
@ -7,8 +7,8 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
|
||||
xz-utils \
|
||||
clang
|
||||
|
||||
RUN curl -L https://github.com/bytecodealliance/wasmtime/releases/download/dev/wasmtime-dev-$(arch)-linux.tar.xz | tar xJf -
|
||||
ENV PATH=$PATH:/wasmtime-dev-$(arch)-linux
|
||||
RUN curl -L https://github.com/bytecodealliance/wasmtime/releases/download/dev/wasmtime-dev-x86_64-linux.tar.xz | tar xJf -
|
||||
ENV PATH=$PATH:/wasmtime-dev-x86_64-linux
|
||||
|
||||
ENV CARGO_TARGET_WASM32_WASI_RUNNER="wasmtime \
|
||||
--wasm-features=threads,relaxed-simd \
|
||||
|
Loading…
x
Reference in New Issue
Block a user