authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2020-05-12 23:15:54+02:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2020-05-18 16:10:32+02:00
log14510f412dcc045909f1c49a01d661343e07acaf
tree7d3541e50937b9b06e79210b6014fb8d02fd1a64
parentbe796e40a3c5797a304b1981a2a7fd321944d1c0

Download and unpack wasmtime on Linux


1 files changed, 5 insertions(+), 0 deletions(-)

ci/azure/linux_script+5
......@@ -19,6 +19,11 @@ wget https://ziglang.org/deps/$QEMUBASE.tar.xz
1919tar xf $QEMUBASE.tar.xz
2020PATH=$PWD/$QEMUBASE/bin:$PATH
2121
22WASMTIME="wasmtime-v0.15.0-x86_64-linux"
23wget https://github.com/bytecodealliance/wasmtime/releases/download/v0.15.0/$WASMTIME.tar.xz
24tar xf $WASMTIME.tar.xz
25PATH=$PWD/$WASMTIME:$PATH
26
2227# Make the `zig version` number consistent.
2328# This will affect the cmake command below.
2429git config core.abbrev 9