Skip to content

Commit ca03b8d

Browse files
aykevldeadprogram
authored andcommitted
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.
1 parent d1c4ed6 commit ca03b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
displayName: Install QEMU
4444
inputs:
4545
targetType: inline
46-
script: choco install qemu
46+
script: choco install qemu --version=2020.06.12
4747
- task: CacheBeta@0
4848
displayName: Cache wasi-libc sysroot
4949
inputs:

0 commit comments

Comments
 (0)