]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add dnstap builds to CI
authorMichał Kępień <michal@isc.org>
Fri, 19 Jul 2019 09:44:40 +0000 (11:44 +0200)
committerOndřej Surý <ondrej@sury.org>
Mon, 22 Jul 2019 21:54:04 +0000 (17:54 -0400)
Ensure BIND with dnstap support enabled is being continuously tested by
adding --enable-dnstap to the ./configure invocation used for CentOS 7
and Debian sid builds in GitLab CI.

(cherry picked from commit 2bf44c6cd4b75926db232285621840da8b429618)

.gitlab-ci.yml

index 71ba2ed50b2a249a638d9bd06d42ce5bb786ade2..836a0e0d4a34e102b6eab8ad0313f81df2d0c7a8 100644 (file)
@@ -259,7 +259,7 @@ gcc:centos7:amd64:
   variables:
     CC: gcc
     CFLAGS: "-Wall -Wextra -O2 -g"
-    EXTRA_CONFIGURE: "--with-libidn2"
+    EXTRA_CONFIGURE: "--enable-dnstap --with-libidn2"
   <<: *centos_centos7_amd64_image
   <<: *build_job
 
@@ -345,7 +345,7 @@ gcc:sid:amd64:
   variables:
     CC: gcc
     CFLAGS: "-Wall -Wextra -O3 -g"
-    EXTRA_CONFIGURE: "--with-libidn2"
+    EXTRA_CONFIGURE: "--enable-dnstap --with-libidn2"
     RUN_MAKE_INSTALL: 1
   <<: *debian_sid_amd64_image
   <<: *build_job
@@ -368,7 +368,7 @@ gcc:sid:i386:
   variables:
     CC: gcc
     CFLAGS: "-Wall -Wextra -O3 -g"
-    EXTRA_CONFIGURE: "--with-libidn2 --without-python"
+    EXTRA_CONFIGURE: "--enable-dnstap --with-libidn2 --without-python"
   <<: *debian_sid_i386_image
   <<: *build_job