mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -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. (cherry picked from commit a2c8703967e7b6ba2a0d02ab414172588a3cb17a)
This commit is contained in:
parent
07b43da612
commit
2f1a3738f5
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