svn commit: r350449 - head

Ed Maste emaste at FreeBSD.org
Tue Jul 30 16:40:34 UTC 2019


Author: emaste
Date: Tue Jul 30 16:40:33 2019
New Revision: 350449
URL: https://svnweb.freebsd.org/changeset/base/350449

Log:
  cirrus.yml: stop fetching OVMF.fd now that we're using the pkg
  
  Missed in r350302
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/.cirrus.yml

Modified: head/.cirrus.yml
==============================================================================
--- head/.cirrus.yml	Tue Jul 30 16:01:16 2019	(r350448)
+++ head/.cirrus.yml	Tue Jul 30 16:40:33 2019	(r350449)
@@ -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:


More information about the svn-src-head mailing list