]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
semaphore: stop building and running extra unit tests
authorLuca Boccassi <luca.boccassi@gmail.com>
Mon, 7 Oct 2024 18:38:16 +0000 (19:38 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 7 Oct 2024 18:38:45 +0000 (19:38 +0100)
This slows down the build, which is often near the 1hr limit. There are
other jobs running the extra unit tests.

.semaphore/semaphore-runner.sh

index a9ce1596e0c4d0b80b23e7b9fed150aa4376fdf0..3e158a781fbe876a5269e710686111c0a8eb71cf 100755 (executable)
@@ -95,7 +95,7 @@ EOF
             # disable autopkgtests which are not for upstream
             sed -i '/# NOUPSTREAM/ q' debian/tests/control
             # enable more unit tests
-            sed -i '/^CONFFLAGS =/ s/=/= --werror -Dtests=unsafe -Dslow-tests=true -Dfuzz-tests=true -Dman=true /' debian/rules
+            sed -i '/^CONFFLAGS =/ s/=/= --werror /' debian/rules
             # no orig tarball
             echo '1.0' >debian/source/format