cirrus.yml: stop fetching OVMF.fd now that we're using the pkg
Missed in r350302 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
ed13ff4549
commit
98197770c9
@ -12,7 +12,6 @@ task:
|
|||||||
timeout_in: 90m
|
timeout_in: 90m
|
||||||
install_script:
|
install_script:
|
||||||
- pkg install -y qemu-devel uefi-edk2-qemu-x86_64
|
- pkg install -y qemu-devel uefi-edk2-qemu-x86_64
|
||||||
- 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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user