]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Test "--without-gssapi" in GitLab CI
authorMichał Kępień <michal@isc.org>
Mon, 26 Apr 2021 05:16:38 +0000 (07:16 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 26 Apr 2021 07:46:23 +0000 (09:46 +0200)
GitLab CI pipelines do not currently include a Linux job that would have
GSSAPI support disabled.  Add the "--without-gssapi" option to the
./configure invocation on Debian 9 to address that deficiency and also
to continuously test that build-time switch.

(cherry picked from commit a3957af864eeebd925ee18c10d305024d4d99fc4)

.gitlab-ci.yml

index c789a6b27e10200631333fdcc332031f5dd07fed..41af7e41e9e74b04fdc73532ec4fe21f4379e5c1 100644 (file)
@@ -682,6 +682,7 @@ gcc:stretch:amd64:
   variables:
     CC: gcc
     CFLAGS: "${CFLAGS_COMMON} -O2"
+    EXTRA_CONFIGURE: "--without-gssapi"
   <<: *debian_stretch_amd64_image
   <<: *build_job