projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc0102b
)
semaphore: stop building and running extra unit tests
author
Luca Boccassi
<luca.boccassi@gmail.com>
Mon, 7 Oct 2024 18:38:16 +0000
(19:38 +0100)
committer
Luca Boccassi
<luca.boccassi@gmail.com>
Tue, 8 Oct 2024 15:39:12 +0000
(16:39 +0100)
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
3bc5480bac474263881e4c5919d5cce0debf3c40
)
.semaphore/semaphore-runner.sh
patch
|
blob
|
history
diff --git
a/.semaphore/semaphore-runner.sh
b/.semaphore/semaphore-runner.sh
index 8dbbf2b0a28fd9a15f729bd8bb3774cfdd382e10..f113071532f178c57c2deac28af8d0fbd4a8e3cd 100755
(executable)
--- 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