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.
This commit is contained in:
Ayke van Laethem
2020-07-23 23:44:50 +02:00
committed by Ron Evans
parent d1c4ed664e
commit ca03b8d442
+1 -1
View File
@@ -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: