From: Yu Watanabe Date: Mon, 20 May 2019 23:25:26 +0000 (+0900) Subject: Merge pull request #12519 from keszybz/man-on-demand X-Git-Tag: v243-rc1~401 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3041250a9f7426b925498bdd9616e2172bd62a0a;p=thirdparty%2Fsystemd.git Merge pull request #12519 from keszybz/man-on-demand Build man pages on demand only --- 3041250a9f7426b925498bdd9616e2172bd62a0a diff --cc travis-ci/managers/xenial.sh index 33b40e63c51,71a65e406de..8995a51f84e --- a/travis-ci/managers/xenial.sh +++ b/travis-ci/managers/xenial.sh @@@ -13,10 -12,9 +13,10 @@@ cd ${REPO_ROOT:-$(pwd) sed -i 's/2\.30/2.27/' meson.build - meson --werror -Db_sanitize=address,undefined -Dsplit-usr=true build + meson --werror -Db_sanitize=address,undefined -Dsplit-usr=true -Dman=true build ninja -v -C build -make -C test/TEST-01-BASIC clean setup run TEST_NO_QEMU=yes NSPAWN_ARGUMENTS=--keep-unit RUN_IN_UNPRIVILEGED_CONTAINER=no + +make -C test/TEST-01-BASIC clean setup run NSPAWN_TIMEOUT=600 TEST_NO_QEMU=yes NSPAWN_ARGUMENTS=--keep-unit RUN_IN_UNPRIVILEGED_CONTAINER=no # Now that we're more or less sure that ASan isn't going to crash systemd and cause a kernel panic # let's also run the test with QEMU to cover udevd, sysctl and everything else that isn't run