From: Michal Nowak Date: Thu, 6 Aug 2020 12:23:38 +0000 (+0200) Subject: Broaden scope of abi-check X-Git-Tag: v9.17.5~46^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e43f5e86064343ce0c55d009204a0ef58731216;p=thirdparty%2Fbind9.git Broaden scope of abi-check For abi-check we should use as broad 'configure' options as possible. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 941938865c3..92229a5d248 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1294,6 +1294,7 @@ abi-check: variables: CC: gcc CFLAGS: "${CFLAGS_COMMON} -Og" + EXTRA_CONFIGURE: "--enable-dnstap --with-libidn2" BIND_BASELINE_VERSION: v9_17_3 script: - *configure