From 7681a8ee58052f5eae78fa5e8b2c2a481892d55d Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 6 May 2024 22:22:50 +0200 Subject: [PATCH] ci: Disable RuntimeBuildSources= We build with debuginfo, so there's no point to starting virtiofsd to mount the sources and build directory into the VM, so let's disable that. --- .github/workflows/mkosi.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index eed78696f3a..973eb4fd7fe 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -123,6 +123,8 @@ jobs: ToolsTreeDistribution=fedora # TODO: Drop once https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2038777 is fixed in Github Actions QemuFirmware=uefi + # We build with debuginfo so there's no point in mounting the sources into the machine. + RuntimeBuildSources=no EOF # These should override the options from mkosi.conf so we put them in a dropin that's ordered later -- 2.39.5