Date: Thu, 11 Apr 2019 13:01:26 +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: r346121 - head Message-ID: <201904111301.x3BD1QZr073523@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Thu Apr 11 13:01:26 2019 New Revision: 346121 URL: https://svnweb.freebsd.org/changeset/base/346121 Log: Cirrus-CI: pass OVMF env var to test script for upcoming changes In review D19876 ian@ has some proposed improvements to the tools/boot/ci-qemu-test.sh script. Start specifying the location of OVMF.fd fetched by the Cirrus-CI build in advance of those changes. Modified: head/.cirrus.yml Modified: head/.cirrus.yml ============================================================================== --- head/.cirrus.yml Thu Apr 11 11:21:45 2019 (r346120) +++ head/.cirrus.yml Thu Apr 11 13:01:26 2019 (r346121) @@ -16,4 +16,4 @@ task: script: - make -j$(sysctl -n hw.ncpu) WITHOUT_TOOLCHAIN=yes buildworld buildkernel test_script: - - sh tools/boot/ci-qemu-test.sh + - OVMF=$(pwd)/OVMF.fd sh tools/boot/ci-qemu-test.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904111301.x3BD1QZr073523>