]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: Disable RuntimeBuildSources= 32673/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 6 May 2024 20:22:50 +0000 (22:22 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 6 May 2024 20:23:37 +0000 (22:23 +0200)
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

index eed78696f3a7322dced8648fc4dbefd803a30295..973eb4fd7fecac2f2293e556d27b2cbd930787f6 100644 (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