From 67f2f10dd616e3cb2d490cd19b0d136a599f1e9b Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 13 Sep 2019 17:26:51 +0200 Subject: [PATCH] Install precompiled wasmer --- azure-pipelines.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 45a624ea..7083333d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,10 +13,8 @@ jobs: sudo apt-get install build-essential curl cmake displayName: Install system packages - script: | - curl https://sh.rustup.rs -sSf | sh -s -- -y --channel=beta - source ${HOME}/.cargo/env - git clone --recursive https://github.com/wasmerio/wasmer.git - (cd wasmer && cargo install --path .) + curl https://get.wasmer.io -sSfL | sh + source ~/.wasmer/wasmer.sh displayName: Install wasmer - script: | curl -sL -o wasi-sdk.deb https://github.com/CraneStation/wasi-sdk/releases/download/wasi-sdk-6/wasi-sdk_6.0_amd64.deb