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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to