diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-03 14:15:55 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-06 10:56:45 +0200 |
commit | 1c329956e5995dfffec49139096b75d9bd42decc (patch) | |
tree | e9ece84e18da352e317ead4a007836a80d03602e /.github/workflows | |
parent | mkosi: Update to latest (diff) | |
download | systemd-1c329956e5995dfffec49139096b75d9bd42decc.tar.xz systemd-1c329956e5995dfffec49139096b75d9bd42decc.zip |
mkosi: Insist on KVM, VSOCK and TPM by default
By default mkosi will not run VMs with these features if they're not
available, but since various stuff in systemd makes use of these, let's
fail loudly if any of these are not available by default in systemd.
Users can still override these defaults locally if they wish.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/mkosi.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 6953f9e4ea..e080eb3804 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -121,8 +121,6 @@ jobs: [Host] ToolsTree=default ToolsTreeDistribution=fedora - QemuVsock=yes - QemuKvm=yes # TODO: Drop once https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2038777 is fixed in Github Actions QemuFirmware=uefi EOF |