Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2019 21:08:30 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r350302 - head
Message-ID:  <201907242108.x6OL8Uwg068215@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907242108.x6OL8Uwg068215>