From: Jan Janssen Date: Tue, 5 Sep 2023 10:03:13 +0000 (+0200) Subject: ci: Don't produce debug output for build tests X-Git-Tag: v255-rc1~568^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce2c01789c150090124abc73e638fda61deaff97;p=thirdparty%2Fsystemd.git ci: Don't produce debug output for build tests These binaries are never used, so generating debug symbols just slows down build time. --- diff --git a/.github/workflows/build_test.sh b/.github/workflows/build_test.sh index e01eb52ffe2..837baba57e9 100755 --- 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