From ca03b8d442ff416adf2558342e2feb6e26bff9d1 Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Thu, 23 Jul 2020 23:44:50 +0200 Subject: [PATCH] ci: fix Windows QEMU version It appears that version 2020.07.22 or 2020.07.23 introduced a breaking change in RISC-V. We will have to fix this eventually, but for now it's easiest to just pin the QEMU version. Once this new QEMU version (version 5?) is more widely available, it becomes easier to debug and fix the underlying cause. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5504eafa..7de03250 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -43,7 +43,7 @@ jobs: displayName: Install QEMU inputs: targetType: inline - script: choco install qemu + script: choco install qemu --version=2020.06.12 - task: CacheBeta@0 displayName: Cache wasi-libc sysroot inputs: