Skip to content

Commit 9dc1f70

Browse files
committed
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. (cherry picked from commit 3bc5480) (cherry picked from commit 52afaa8) (cherry picked from commit 3891c50) (cherry picked from commit 0c82cc2) (cherry picked from commit e8ced00)
1 parent e7ef63c commit 9dc1f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.semaphore/semaphore-runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ EOF
9292
# disable autopkgtests which are not for upstream
9393
sed -i '/# NOUPSTREAM/ q' debian/tests/control
9494
# enable more unit tests
95-
sed -i '/^CONFFLAGS =/ s/=/= --werror -Dtests=unsafe -Dsplit-usr=true -Dslow-tests=true -Dfuzz-tests=true -Dman=true /' debian/rules
95+
sed -i '/^CONFFLAGS =/ s/=/= --werror -Dsplit-usr=true /' debian/rules
9696
# no orig tarball
9797
echo '1.0' > debian/source/format
9898

0 commit comments

Comments
 (0)