summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2019-07-30 16:40:33 +0000
committerEd Maste <emaste@FreeBSD.org>2019-07-30 16:40:33 +0000
commit98197770c9f7c46a2cf2d50305b3f119d97a823e (patch)
tree869aea30a2be371261f58e2c58202a943c93a0ab /.cirrus.yml
parented13ff45492687da61db5da76dae3896a564e8d1 (diff)
downloadsrc-test2-98197770c9f7c46a2cf2d50305b3f119d97a823e.tar.gz
src-test2-98197770c9f7c46a2cf2d50305b3f119d97a823e.zip
cirrus.yml: stop fetching OVMF.fd now that we're using the pkg
Missed in r350302 Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=350449
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index db7f567cac00..4f243c26d6c7 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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: