cirrus.yml: use OVMF.fd from uefi-edk2-qemu-x86_64 package

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2019-07-24 21:08:30 +00:00
parent 9e92b0f015
commit 55ce8dc00f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350302

View File

@ -11,9 +11,9 @@ env:
task:
timeout_in: 90m
install_script:
- pkg install -y qemu-devel
- pkg install -y qemu-devel uefi-edk2-qemu-x86_64
- fetch https://people.freebsd.org/~emaste/OVMF.fd
script:
- make -j$(sysctl -n hw.ncpu) WITHOUT_TOOLCHAIN=yes buildworld buildkernel
test_script:
- OVMF=$(pwd)/OVMF.fd sh tools/boot/ci-qemu-test.sh
- sh tools/boot/ci-qemu-test.sh