1
0
mirror of https://github.com/systemd/systemd synced 2024-07-01 07:34:28 +00:00

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
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
[Distribution]
Distribution=${{ matrix.distro }}