From a64134f26a9a45fe37c19c3929d46e9c7fe1017b Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sat, 27 May 2023 11:01:14 +0200 Subject: [PATCH] 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. --- .github/mkosi.conf.d/10-common.conf | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2