mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
ci: Don't produce debug output for build tests
These binaries are never used, so generating debug symbols just slows down build time.
This commit is contained in:
2
.github/workflows/build_test.sh
vendored
2
.github/workflows/build_test.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user