]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add --enable-option-checking=fatal to ./configure in CI
authorMichal Nowak <mnowak@isc.org>
Thu, 14 Jan 2021 11:09:04 +0000 (12:09 +0100)
committerMichal Nowak <mnowak@isc.org>
Fri, 12 Feb 2021 13:16:26 +0000 (14:16 +0100)
commitec278d628d67889a01550288ccb1dbc7042b6b69
tree7549de004867df27f7b81532b8c49d93a1c19875
parent3e22c588aebc38a18191ef177d1d56e38da6c268
Add --enable-option-checking=fatal to ./configure in CI

The --enable-option-checking=fatal option prevents ./configure from
proceeding when an unknown option is used in the ./configure step in CI.
This change will avoid adding unsupported ./configure options or options
with typo or typo in pairwise testing "# [pairwise: ...]" marker.

(cherry picked from commit 4295c82e457da715eada06cf0d7f4e2c8a788ae4)
.gitlab-ci.yml
util/pairwise-testing.sh