From 0b0673b61a777d642d5e4dfa06cca299339824b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 9 May 2019 13:26:57 +0200 Subject: meson: default to -Dman=false to make development quicker This makes the default build much quicker. If people are building systemd for packaging or actual installation, they probably need to set some more options anyway (-Ddns-servers=, -Dntp-servers=), so adding -Dman=true is not a big burden. For CIs configured locally, -Dman=true is added to restore status quo ante. --- semaphoreci/semaphore-runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'semaphoreci') diff --git a/semaphoreci/semaphore-runner.sh b/semaphoreci/semaphore-runner.sh index 5117bb4861..bc320962c1 100755 --- a/semaphoreci/semaphore-runner.sh +++ b/semaphoreci/semaphore-runner.sh @@ -87,7 +87,7 @@ EOF # disable autopkgtests which are not for upstream sed -i '/# NOUPSTREAM/ q' debian/tests/control # enable more unit tests - sed -i '/^CONFFLAGS =/ s/=/= -Dtests=unsafe -Dsplit-usr=true -Dslow-tests=true /' debian/rules + sed -i '/^CONFFLAGS =/ s/=/= -Dtests=unsafe -Dsplit-usr=true -Dslow-tests=true -Dman=true /' debian/rules # no orig tarball echo '1.0' > debian/source/format -- cgit v1.2.1