]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: actually turn on fatal-meson-warnings in the "build" workflow
authorEvgeny Vereshchagin <evvers@ya.ru>
Thu, 28 Apr 2022 21:58:30 +0000 (21:58 +0000)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 29 Apr 2022 04:58:27 +0000 (13:58 +0900)
It's a follow-up to https://github.com/systemd/systemd/pull/23211

.github/workflows/build_test.sh

index ad820cf0f504db2d907834fa6812142863d18b05..a43c3438d288ecba4d00da177b75d4e0b0cb49ce 100755 (executable)
@@ -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" \