]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Enable --with-libidn2 in GitLab CI checks
authorOndřej Surý <ondrej@sury.org>
Wed, 14 Mar 2018 10:33:09 +0000 (11:33 +0100)
committerOndřej Surý <ondrej@sury.org>
Sat, 17 Mar 2018 13:13:47 +0000 (13:13 +0000)
.gitlab-ci.yml

index 9c14d9960eec2f75d4bbc92543df711145c93b4c..08a189ddc3f9d96302a2d2b9cad968d719746faa 100644 (file)
@@ -88,7 +88,7 @@ stages:
     - test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}"
     - ./autogen.sh
   script:
-    - ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr/local
+    - ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr/local --with-libidn2
     - make -j${PARALLEL_JOBS_BUILD:-1} -k all V=1
   artifacts:
     expire_in: '1 hour'