From fc5d2ae1693875a8c2d1f48a1ce713f0c2c79306 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 7 Apr 2020 10:25:01 +0200 Subject: [PATCH] Revert "Pipelines: use wasi-sdk-9" This reverts commit 4fee277ee422ea16cdc0baf22e776232cc04fa45. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f27d7923..25242941 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ jobs: curl https://get.wasmer.io -sSfL | sh displayName: Install wasmer - script: | - curl -sL -o wasi-sdk.deb https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-9/wasi-sdk_9.0_amd64.deb + curl -sL -o wasi-sdk.deb https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-8/wasi-sdk_8.0_amd64.deb sudo dpkg -i wasi-sdk.deb && rm -f wasi-sdk.deb sudo ln -s /opt/wasi-sdk/share/*sysroot* /opt/wasi-sysroot displayName: Install the WASI SDK