Skip to content

Commit

Permalink
ci: actually turn on fatal-meson-warnings in the "build" workflow
Browse files Browse the repository at this point in the history
It's a follow-up to systemd#23211
  • Loading branch information
evverx authored and yuwata committed Apr 29, 2022
1 parent cfa7d57 commit 2d14ec9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 2d14ec9

Please sign in to comment.