summaryrefslogtreecommitdiffstats
path: root/.semaphore
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@gmail.com>2024-10-07 20:38:16 +0200
committerLuca Boccassi <luca.boccassi@gmail.com>2024-10-07 20:38:45 +0200
commit3bc5480bac474263881e4c5919d5cce0debf3c40 (patch)
treefcc2a7d91bc26706eb2d62e2a3dddcf7ca9b4cee /.semaphore
parentmkosi: update debian commit reference (diff)
downloadsystemd-3bc5480bac474263881e4c5919d5cce0debf3c40.tar.xz
systemd-3bc5480bac474263881e4c5919d5cce0debf3c40.zip
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.
Diffstat (limited to '.semaphore')
-rwxr-xr-x.semaphore/semaphore-runner.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.semaphore/semaphore-runner.sh b/.semaphore/semaphore-runner.sh
index a9ce1596e0..3e158a781f 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