mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
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:
committed by
Ron Evans
parent
d1c4ed664e
commit
ca03b8d442
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user