mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-08 05:57:26 +03:00
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. (cherry picked from commit c13e6c720d17a336021a8bd28c5ff5818e61deb6) (cherry picked from commit b4b04547a73b2d90e33dfa78a2b5c12c05f6e851)
This commit is contained in:
parent
bda936e151
commit
3b305e40f0
4
.github/workflows/mkosi.yml
vendored
4
.github/workflows/mkosi.yml
vendored
@ -95,6 +95,10 @@ jobs:
|
||||
|
||||
[Output]
|
||||
KernelCommandLine=${{ env.KERNEL_CMDLINE }}
|
||||
|
||||
[Host]
|
||||
# Sometimes we run on a host with /dev/kvm, but it is broken, so explicitly disable it
|
||||
QemuKvm=no
|
||||
EOF
|
||||
|
||||
# TODO: Remove once archlinux-keyring is updated in ppa:michel-slm/kernel-utils.
|
||||
|
Loading…
x
Reference in New Issue
Block a user