CI: switch to qemu42 package
It appears that booting FreeBSD from qemu's synthesized FAT filesystem broke somehow in a recent qemu-devel update. qemu42 works so switch to it for now.
This commit is contained in:
parent
521eac97f3
commit
9abc762138
@ -14,7 +14,7 @@ task:
|
|||||||
only_if: $CIRRUS_BRANCH != 'svn_head'
|
only_if: $CIRRUS_BRANCH != 'svn_head'
|
||||||
timeout_in: 120m
|
timeout_in: 120m
|
||||||
install_script:
|
install_script:
|
||||||
- pkg install -y qemu-devel uefi-edk2-qemu-x86_64 llvm11
|
- pkg install -y qemu42 uefi-edk2-qemu-x86_64 llvm11
|
||||||
setup_user_script:
|
setup_user_script:
|
||||||
- pw useradd user
|
- pw useradd user
|
||||||
- mkdir -p /usr/obj/$(pwd -P)
|
- mkdir -p /usr/obj/$(pwd -P)
|
||||||
|
Loading…
Reference in New Issue
Block a user