aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJakub Konka <kubkon@jakubkonka.com>2020-05-12 23:15:54 +0200
committerJakub Konka <kubkon@jakubkonka.com>2020-05-18 16:10:32 +0200
commit14510f412dcc045909f1c49a01d661343e07acaf (patch)
tree7d3541e50937b9b06e79210b6014fb8d02fd1a64 /ci
parentbe796e40a3c5797a304b1981a2a7fd321944d1c0 (diff)
downloadzig-14510f412dcc045909f1c49a01d661343e07acaf.tar.gz
zig-14510f412dcc045909f1c49a01d661343e07acaf.zip
Download and unpack wasmtime on Linux
Diffstat (limited to 'ci')
-rwxr-xr-xci/azure/linux_script5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/azure/linux_script b/ci/azure/linux_script
index 2a5d2ef1a8..9dff294583 100755
--- a/ci/azure/linux_script
+++ b/ci/azure/linux_script
@@ -19,6 +19,11 @@ wget https://ziglang.org/deps/$QEMUBASE.tar.xz
tar xf $QEMUBASE.tar.xz
PATH=$PWD/$QEMUBASE/bin:$PATH
+WASMTIME="wasmtime-v0.15.0-x86_64-linux"
+wget https://github.com/bytecodealliance/wasmtime/releases/download/v0.15.0/$WASMTIME.tar.xz
+tar xf $WASMTIME.tar.xz
+PATH=$PWD/$WASMTIME:$PATH
+
# Make the `zig version` number consistent.
# This will affect the cmake command below.
git config core.abbrev 9