mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
cirrus.yml: use OVMF.fd from uefi-edk2-qemu-x86_64 package
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
9e92b0f015
commit
55ce8dc00f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350302
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user