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:
Ed Maste 2020-10-29 02:02:30 +00:00
parent 521eac97f3
commit 9abc762138
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=367125

View File

@ -14,7 +14,7 @@ task:
only_if: $CIRRUS_BRANCH != 'svn_head'
timeout_in: 120m
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:
- pw useradd user
- mkdir -p /usr/obj/$(pwd -P)