From: Michał Kępień Date: Fri, 19 Jul 2019 09:44:40 +0000 (+0200) Subject: Add dnstap builds to CI X-Git-Tag: v9.15.3~37^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2bf44c6cd4b75926db232285621840da8b429618;p=thirdparty%2Fbind9.git Add dnstap builds to CI 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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb5bf2022db..5d76d407b4c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -290,7 +290,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 @@ -376,7 +376,7 @@ gcc:sid:amd64: variables: CC: gcc CFLAGS: "-Wall -Wextra -O3 -g" - EXTRA_CONFIGURE: "--with-libidn22" + EXTRA_CONFIGURE: "--enable-dnstap --with-libidn2" RUN_MAKE_INSTALL: 1 <<: *debian_sid_amd64_image <<: *build_job @@ -399,7 +399,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