]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove --with-geoip and change --without-geoip2 to --disable-geoip in CI
authorEvan Hunt <each@isc.org>
Tue, 2 Jul 2019 23:33:00 +0000 (16:33 -0700)
committerEvan Hunt <each@isc.org>
Thu, 4 Jul 2019 15:58:26 +0000 (08:58 -0700)
.gitlab-ci.yml

index 470385f4fab3238e27e1564611c299b882407af9..b66abf5c81559eb965ac94a847f31a370b0c78f0 100644 (file)
@@ -134,7 +134,6 @@ stages:
     --with-cmocka \
     --with-libxml2 \
     --with-json-c \
-    --with-geoip2 \
     --prefix=$HOME/.local \
     --without-make-clean \
     $EXTRA_CONFIGURE \
@@ -321,7 +320,7 @@ gcc:jessie:amd64:
   variables:
     CC: gcc
     CFLAGS: "-Wall -Wextra -O2 -g"
-    EXTRA_CONFIGURE: "--without-cmocka --with-python --without-geoip2 --with-geoip"
+    EXTRA_CONFIGURE: "--without-cmocka --with-python --disable-geoip"
   <<: *debian_jessie_amd64_image
   <<: *build_job
 
@@ -431,7 +430,7 @@ gcc:xenial:amd64:
   variables:
     CC: gcc
     CFLAGS: "-Wall -Wextra -O2 -g"
-    EXTRA_CONFIGURE: "--without-geoip2 --with-geoip"
+    EXTRA_CONFIGURE: "--disable-geoip"
   <<: *ubuntu_xenial_amd64_image
   <<: *build_job