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: 636fb5ef24 ('systemd: install initrd services using a generator')
This commit is contained in:
Beniamino Galvani 2025-12-12 15:12:03 +01:00
parent dad4da06b1
commit 3fc57d7c97

View file

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