mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 16:42:52 -04:00
Configure Ubuntu 18.04 "bionic" without cmocka and GSS-API
--without-cmocka and --without-gssapi ./configure options have been lost when Debian 9 "stretch" was dropped from the CI. This reintroduces them, albeit to a slightly different platform.
This commit is contained in:
parent
c3777ac51c
commit
c0d997e5c4
1 changed files with 1 additions and 1 deletions
|
|
@ -898,7 +898,7 @@ gcc:bionic:amd64:
|
|||
variables:
|
||||
CC: gcc
|
||||
CFLAGS: "${CFLAGS_COMMON} -O2"
|
||||
EXTRA_CONFIGURE: "--disable-dnstap"
|
||||
EXTRA_CONFIGURE: "--disable-dnstap --without-cmocka --without-gssapi"
|
||||
<<: *ubuntu_bionic_amd64_image
|
||||
<<: *build_job
|
||||
<<: *api_schedules_tags_triggers_web_triggering_rules
|
||||
|
|
|
|||
Loading…
Reference in a new issue