From a3957af864eeebd925ee18c10d305024d4d99fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Mon, 26 Apr 2021 07:16:38 +0200 Subject: [PATCH] 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. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42e27fd229..1d87440cd9 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