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.
Этот коммит содержится в:
Ayke van Laethem 2020-07-23 23:44:50 +02:00 коммит произвёл Ron Evans
родитель d1c4ed664e
коммит ca03b8d442

Просмотреть файл

@ -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: