diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2024-10-07 20:40:31 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-10-07 20:40:58 +0200 |
commit | d58a904d35d3abcb7265b28b14aac596631e27d6 (patch) | |
tree | be977cac3e57faf4256cf33a9904b26265ea9536 /.semaphore | |
parent | semaphore: stop building and running extra unit tests (diff) | |
download | systemd-d58a904d35d3abcb7265b28b14aac596631e27d6.tar.xz systemd-d58a904d35d3abcb7265b28b14aac596631e27d6.zip |
semaphore: do not build docs
There are other CI runs that build manpages, speed up build which is close to 1hr limit
Diffstat (limited to '.semaphore')
-rwxr-xr-x | .semaphore/semaphore-runner.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.semaphore/semaphore-runner.sh b/.semaphore/semaphore-runner.sh index 3e158a781f..e903ced70d 100755 --- a/.semaphore/semaphore-runner.sh +++ b/.semaphore/semaphore-runner.sh @@ -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" \ |