Skip to content

Commit 7efc395

Browse files
committed
semaphore: do not build docs
There are other CI runs that build manpages, speed up build which is close to 1hr limit (cherry picked from commit d58a904) (cherry picked from commit 966d8a9) (cherry picked from commit 0c6e525) (cherry picked from commit ece14d9)
1 parent e8ced00 commit 7efc395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.semaphore/semaphore-runner.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ EOF
102102
# now build the package and run the tests
103103
rm -rf "$ARTIFACTS_DIR"
104104
# autopkgtest exits with 2 for "some tests skipped", accept that
105-
sudo TMPDIR=/var/tmp "$AUTOPKGTEST_DIR/runner/autopkgtest" --env DEB_BUILD_OPTIONS="noudeb nostrip optimize=-lto" \
105+
sudo TMPDIR=/var/tmp "$AUTOPKGTEST_DIR/runner/autopkgtest" --env DEB_BUILD_OPTIONS="noudeb nostrip nodoc optimize=-lto" \
106106
--env DPKG_DEB_COMPRESSOR_TYPE="none" \
107-
--env DEB_BUILD_PROFILES="noudeb" \
107+
--env DEB_BUILD_PROFILES="noudeb nodoc" \
108108
--env TEST_UPSTREAM=1 \
109109
../systemd_*.dsc \
110110
-o "$ARTIFACTS_DIR" \

0 commit comments

Comments
 (0)