]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Configure Ubuntu 18.04 "bionic" without cmocka and GSS-API
authorMichal Nowak <mnowak@isc.org>
Wed, 3 Aug 2022 12:55:56 +0000 (14:55 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 11 Aug 2022 12:38:11 +0000 (14:38 +0200)
--without-cmocka and --without-gssapi ./configure options have been lost
when Debian 9 "stretch" was dropped from the CI. This reintroduces them,
albeit to a slightly different platform.

.gitlab-ci.yml

index 8f92141865f4e5f408a020dc12ee26b2fdf0927d..a217e17a66822b33ef091ac596689ea997ed06ec 100644 (file)
@@ -898,7 +898,7 @@ gcc:bionic:amd64:
   variables:
     CC: gcc
     CFLAGS: "${CFLAGS_COMMON} -O2"
-    EXTRA_CONFIGURE: "--disable-dnstap"
+    EXTRA_CONFIGURE: "--disable-dnstap --without-cmocka --without-gssapi"
   <<: *ubuntu_bionic_amd64_image
   <<: *build_job
   <<: *api_schedules_tags_triggers_web_triggering_rules