projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
051ec23
)
ci: Don't produce debug output for build tests
author
Jan Janssen
<medhefgo@web.de>
Tue, 5 Sep 2023 10:03:13 +0000
(12:03 +0200)
committer
Jan Janssen
<medhefgo@web.de>
Wed, 6 Sep 2023 09:01:53 +0000
(11:01 +0200)
These binaries are never used, so generating debug symbols just
slows down build time.
.github/workflows/build_test.sh
patch
|
blob
|
history
diff --git
a/.github/workflows/build_test.sh
b/.github/workflows/build_test.sh
index e01eb52ffe245fbeb45318282e20b5c582ced033..837baba57e908329ffc486772c2e280bcc21cd41 100755
(executable)
--- a/
.github/workflows/build_test.sh
+++ b/
.github/workflows/build_test.sh
@@
-138,7
+138,7
@@
for args in "${ARGS[@]}"; do
CXX="$CXX" CXX_LD="$LD" CXXFLAGS="-Werror" \
meson setup \
-Dtests=unsafe -Dslow-tests=true -Dfuzz-tests=true --werror \
- -Dnobody-group=nogroup -Dcryptolib="${CRYPTOLIB:?}" \
+ -Dnobody-group=nogroup -Dcryptolib="${CRYPTOLIB:?}"
-Ddebug=false
\
$args build; then
cat build/meson-logs/meson-log.txt