From: Daan De Meyer Date: Mon, 6 May 2024 20:22:50 +0000 (+0200) Subject: ci: Disable RuntimeBuildSources= X-Git-Tag: v256-rc2~93^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7681a8ee58052f5eae78fa5e8b2c2a481892d55d;p=thirdparty%2Fsystemd.git 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. --- 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