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.
Этот коммит содержится в:
родитель
d1c4ed664e
коммит
ca03b8d442
1 изменённых файлов: 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:
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче