From cf973b4420f8b55ae80e0fcd0408d666356d20dd Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 11 Apr 2019 13:01:26 +0000 Subject: [PATCH] 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. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 5eedb0f1784c..627d87f1a097 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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