mkosi: explicitly disable KVM in GHA runs

mkosi detects whether /dev/kvm is available and uses it if it is. But
some GHA hosts have it, but it's broken and not supported, so we need
to explicitly disable it.
This commit is contained in:
Luca Boccassi 2023-11-02 11:01:23 +00:00 committed by Luca Boccassi
parent c57ff6230e
commit c13e6c720d

View file

@ -99,6 +99,8 @@ jobs:
# Root device can take a long time to appear, so let's bump the timeout.
systemd.default_device_timeout_sec=180
QemuVsock=yes
# Sometimes we run on a host with /dev/kvm, but it is broken, so explicitly disable it
QemuKvm=no
Ephemeral=yes
EOF