From: Michał Kępień Date: Mon, 26 Apr 2021 05:16:38 +0000 (+0200) Subject: Test "--without-gssapi" in GitLab CI X-Git-Tag: v9.17.13~43^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a3957af864eeebd925ee18c10d305024d4d99fc4;p=thirdparty%2Fbind9.git Test "--without-gssapi" in GitLab CI 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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42e27fd229b..1d87440cd97 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -640,7 +640,7 @@ gcc:stretch:amd64: variables: CC: gcc CFLAGS: "${CFLAGS_COMMON} -O2" - EXTRA_CONFIGURE: "--without-cmocka" + EXTRA_CONFIGURE: "--without-cmocka --without-gssapi" <<: *debian_stretch_amd64_image <<: *build_job