]> 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 13:15:04 +0000 (15:15 +0200)
For abi-check we should use as broad 'configure' options as possible.

(cherry picked from commit 8e43f5e86064343ce0c55d009204a0ef58731216)

.gitlab-ci.yml

index 6d36ae0ffb85360371214147a324892b63f797e5..bf5727775aefc3172e149e99d758fb2723fb878f 100644 (file)
@@ -1347,6 +1347,7 @@ abi-check:
   variables:
     CC: gcc
     CFLAGS: "${CFLAGS_COMMON} -Og"
+    EXTRA_CONFIGURE: "--enable-dnstap --with-libidn2"
     BIND_BASELINE_VERSION: v9_11_21
   script:
     - *configure