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:
Ed Maste 2019-07-30 16:40:33 +00:00
parent ed13ff4549
commit 98197770c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350449

View File

@ -12,7 +12,6 @@ task:
timeout_in: 90m
install_script:
- 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: