From: Luca Boccassi Date: Mon, 7 Oct 2024 18:38:16 +0000 (+0100) Subject: semaphore: stop building and running extra unit tests X-Git-Tag: v257-rc1~299^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bc5480bac474263881e4c5919d5cce0debf3c40;p=thirdparty%2Fsystemd.git semaphore: stop building and running extra unit tests This slows down the build, which is often near the 1hr limit. There are other jobs running the extra unit tests. --- diff --git a/.semaphore/semaphore-runner.sh b/.semaphore/semaphore-runner.sh index a9ce1596e0c..3e158a781fb 100755 --- a/.semaphore/semaphore-runner.sh +++ b/.semaphore/semaphore-runner.sh @@ -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