mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user