]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: Don't produce debug output for build tests
authorJan Janssen <medhefgo@web.de>
Tue, 5 Sep 2023 10:03:13 +0000 (12:03 +0200)
committerJan 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

index e01eb52ffe245fbeb45318282e20b5c582ced033..837baba57e908329ffc486772c2e280bcc21cd41 100755 (executable)
@@ -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