mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08: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:
parent
051ec23ce2
commit
ce2c01789c
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
|
||||
|
Loading…
Reference in New Issue
Block a user