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.
This commit is contained in:
Luca Boccassi 2024-06-17 17:40:28 +01:00
parent 80468db8fa
commit bdd0b45bfd

View file

@ -117,6 +117,8 @@ jobs:
- name: Configure - name: Configure
run: | 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 <<EOF tee mkosi.local.conf <<EOF
[Distribution] [Distribution]
Distribution=${{ matrix.distro }} Distribution=${{ matrix.distro }}