]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
semaphore: do not build docs 34669/head
authorLuca Boccassi <luca.boccassi@gmail.com>
Mon, 7 Oct 2024 18:40:31 +0000 (19:40 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 7 Oct 2024 18:40:58 +0000 (19:40 +0100)
There are other CI runs that build manpages, speed up build which is close to 1hr limit

.semaphore/semaphore-runner.sh

index 3e158a781fbe876a5269e710686111c0a8eb71cf..e903ced70df818ee2b4bdaf1b430fed2f23c3a33 100755 (executable)
@@ -105,9 +105,9 @@ EOF
             # now build the package and run the tests
             rm -rf "$ARTIFACTS_DIR"
             # autopkgtest exits with 2 for "some tests skipped", accept that
-            sudo TMPDIR=/var/tmp "$AUTOPKGTEST_DIR/runner/autopkgtest" --env DEB_BUILD_OPTIONS="noudeb nostrip optimize=-lto" \
+            sudo TMPDIR=/var/tmp "$AUTOPKGTEST_DIR/runner/autopkgtest" --env DEB_BUILD_OPTIONS="noudeb nostrip nodoc optimize=-lto" \
                                                        --env DPKG_DEB_COMPRESSOR_TYPE="none" \
-                                                       --env DEB_BUILD_PROFILES="pkg.systemd.upstream noudeb" \
+                                                       --env DEB_BUILD_PROFILES="pkg.systemd.upstream noudeb nodoc" \
                                                        --env TEST_UPSTREAM=1 \
                                                        ../systemd_*.dsc \
                                                        -o "$ARTIFACTS_DIR" \