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: task:
timeout_in: 90m timeout_in: 90m
install_script: 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 - fetch https://people.freebsd.org/~emaste/OVMF.fd
script: script:
- make -j$(sysctl -n hw.ncpu) WITHOUT_TOOLCHAIN=yes buildworld buildkernel - make -j$(sysctl -n hw.ncpu) WITHOUT_TOOLCHAIN=yes buildworld buildkernel
test_script: test_script:
- OVMF=$(pwd)/OVMF.fd sh tools/boot/ci-qemu-test.sh - sh tools/boot/ci-qemu-test.sh