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.
This commit is contained in:
Daan De Meyer 2024-05-06 22:22:50 +02:00
parent 8f59b036de
commit 7681a8ee58

View file

@ -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