From: Daan De Meyer Date: Sat, 27 May 2023 09:01:14 +0000 (+0200) Subject: ci: Make sure we're running qemu with a vsock X-Git-Tag: v15~141^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1591%2Fhead;p=thirdparty%2Fmkosi.git ci: Make sure we're running qemu with a vsock Let's add a little extra coverage by enforcing that qemu runs with a vsock. --- diff --git a/.github/mkosi.conf.d/10-common.conf b/.github/mkosi.conf.d/10-common.conf index 7c14b1d7c..35441cfb1 100644 --- a/.github/mkosi.conf.d/10-common.conf +++ b/.github/mkosi.conf.d/10-common.conf @@ -10,3 +10,4 @@ Bootable=yes [Host] Autologin=yes +QemuVsock=yes