mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +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:
|
variables:
|
||||||
CC: gcc
|
CC: gcc
|
||||||
CFLAGS: "${CFLAGS_COMMON} -O2"
|
CFLAGS: "${CFLAGS_COMMON} -O2"
|
||||||
EXTRA_CONFIGURE: "--without-cmocka"
|
EXTRA_CONFIGURE: "--without-cmocka --without-gssapi"
|
||||||
<<: *debian_stretch_amd64_image
|
<<: *debian_stretch_amd64_image
|
||||||
<<: *build_job
|
<<: *build_job
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user