Install precompiled wasmer
This commit is contained in:
parent
2b332befe2
commit
67f2f10dd6
@ -13,10 +13,8 @@ jobs:
|
|||||||
sudo apt-get install build-essential curl cmake
|
sudo apt-get install build-essential curl cmake
|
||||||
displayName: Install system packages
|
displayName: Install system packages
|
||||||
- script: |
|
- script: |
|
||||||
curl https://sh.rustup.rs -sSf | sh -s -- -y --channel=beta
|
curl https://get.wasmer.io -sSfL | sh
|
||||||
source ${HOME}/.cargo/env
|
source ~/.wasmer/wasmer.sh
|
||||||
git clone --recursive https://github.com/wasmerio/wasmer.git
|
|
||||||
(cd wasmer && cargo install --path .)
|
|
||||||
displayName: Install wasmer
|
displayName: Install wasmer
|
||||||
- script: |
|
- script: |
|
||||||
curl -sL -o wasi-sdk.deb https://github.com/CraneStation/wasi-sdk/releases/download/wasi-sdk-6/wasi-sdk_6.0_amd64.deb
|
curl -sL -o wasi-sdk.deb https://github.com/CraneStation/wasi-sdk/releases/download/wasi-sdk-6/wasi-sdk_6.0_amd64.deb
|
||||||
|
Loading…
Reference in New Issue
Block a user