svn commit: r350302 - head

Ed Maste emaste at FreeBSD.org
Wed Jul 24 21:08:31 UTC 2019


Author: emaste
Date: Wed Jul 24 21:08:30 2019
New Revision: 350302
URL: https://svnweb.freebsd.org/changeset/base/350302

Log:
  cirrus.yml: use OVMF.fd from uefi-edk2-qemu-x86_64 package
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/.cirrus.yml

Modified: head/.cirrus.yml
==============================================================================
--- head/.cirrus.yml	Wed Jul 24 21:06:19 2019	(r350301)
+++ head/.cirrus.yml	Wed Jul 24 21:08:30 2019	(r350302)
@@ -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


More information about the svn-src-head mailing list