]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Broaden scope of abi-check
authorMichal Nowak <mnowak@isc.org>
Thu, 6 Aug 2020 12:23:38 +0000 (14:23 +0200)
committerMichal Nowak <mnowak@isc.org>
Mon, 17 Aug 2020 12:58:32 +0000 (14:58 +0200)
For abi-check we should use as broad 'configure' options as possible.

.gitlab-ci.yml

index 941938865c3db9f293391ba2ee3dcd48e58c0108..92229a5d24818469975f81ebf914143849d2e016 100644 (file)
@@ -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