From: Luca Boccassi Date: Mon, 17 Jun 2024 16:40:28 +0000 (+0100) Subject: CI: disable secure boot in mkosi GHA runs X-Git-Tag: v257-rc1~1120^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bdd0b45bfd7190bb8eb50c71ff6f50a80d6e6e52;p=thirdparty%2Fsystemd.git CI: disable secure boot in mkosi GHA runs Booting a guest with secure boot is broken in Azure due to a hypervisor bug. Disable it for now. Given there's no option, need to edit the configuration on the fly. --- diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 425d737b62f..62efd367cbd 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -117,6 +117,8 @@ jobs: - name: Configure run: | + # XXX: drop after the HyperV bug that breaks secure boot KVM guests is solved + sed -i "s/'firmware'\s*:\s*'auto'/'firmware' : 'uefi'/g" test/*/meson.build tee mkosi.local.conf <