summaryrefslogtreecommitdiff
path: root/semaphoreci
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-05-21 08:25:26 +0900
committerGitHub <noreply@github.com>2019-05-21 08:25:26 +0900
commit3041250a9f7426b925498bdd9616e2172bd62a0a (patch)
treec459c1934f7ffbada91aadfecd042c69dd72e640 /semaphoreci
parent88e94c3810401b7be5ce1fdb647c5de2bcde5689 (diff)
parent0b0673b61a777d642d5e4dfa06cca299339824b7 (diff)
downloadsystemd-3041250a9f7426b925498bdd9616e2172bd62a0a.tar.gz
Merge pull request #12519 from keszybz/man-on-demand
Build man pages on demand only
Diffstat (limited to 'semaphoreci')
-rwxr-xr-xsemaphoreci/semaphore-runner.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/semaphoreci/semaphore-runner.sh b/semaphoreci/semaphore-runner.sh
index dc1c8ff40c..1951dcbbad 100755
--- a/semaphoreci/semaphore-runner.sh
+++ b/semaphoreci/semaphore-runner.sh
@@ -88,7 +88,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