From 3fc57d7c979fc019c40134505585cfeee128f38f Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Fri, 12 Dec 2025 15:12:03 +0100 Subject: [PATCH] gitlab-ci: disable the installation of systemd generator files Not all distros we test in CI use systemd (e.g. Alpine). Disable the installation of generators as we already do for the systemd unit. Fixes: 636fb5ef2464 ('systemd: install initrd services using a generator') --- contrib/scripts/nm-ci-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/scripts/nm-ci-run.sh b/contrib/scripts/nm-ci-run.sh index 57b867c550..4fd47c1980 100755 --- a/contrib/scripts/nm-ci-run.sh +++ b/contrib/scripts/nm-ci-run.sh @@ -169,6 +169,7 @@ meson setup build \ -D ld_gc=false \ -D session_tracking=no \ -D systemdsystemunitdir=no \ + -D systemdsystemgeneratordir=no \ -D systemd_journal=false \ -D selinux=false \ -D libaudit=no \