1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 10:05:05 -07:00

Revert "Try installing wasmtime instead of wasmer"

This reverts commit 0dc43505f7.
This commit is contained in:
Frank Denis 2019-09-13 11:26:23 +02:00
parent eb96e7ecda
commit 5e8969a48d

View File

@ -15,9 +15,9 @@ jobs:
- script: |
curl https://sh.rustup.rs -sSf | sh -s -- -y --channel=beta
source ${HOME}/.cargo/env
git clone --recursive https://github.com/CraneStation/wasmtime.git
(cd wasmtime && cargo install --path .)
displayName: Install wasmtime
git clone --recursive https://github.com/wasmerio/wasmer.git
(cd wasmer && cargo install --path .)
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
sudo dpkg -i wasi-sdk.deb && rm -f wasi-sdk.deb