From: Evgeny Vereshchagin Date: Thu, 28 Apr 2022 21:58:30 +0000 (+0000) Subject: ci: actually turn on fatal-meson-warnings in the "build" workflow X-Git-Tag: v251-rc2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d14ec9b8a2a7232b1a0b9229c4de4423790b5b3;p=thirdparty%2Fsystemd.git ci: actually turn on fatal-meson-warnings in the "build" workflow It's a follow-up to https://github.com/systemd/systemd/pull/23211 --- diff --git a/.github/workflows/build_test.sh b/.github/workflows/build_test.sh index ad820cf0f50..a43c3438d28 100755 --- a/.github/workflows/build_test.sh +++ b/.github/workflows/build_test.sh @@ -131,7 +131,6 @@ for args in "${ARGS[@]}"; do if [[ "$LINKER" != lld ]]; then additional_meson_args="--fatal-meson-warnings" fi - additional_meson_args="" info "Checking build with $args" # shellcheck disable=SC2086 if ! AR="$AR" \