Skip to content

Commit a7eedb7

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)
1 parent 7dc1e6a commit a7eedb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.semaphore/semaphore-runner.sh

+2-2
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)