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:
Michal Nowak 2022-08-03 14:55:56 +02:00
parent 07b43da612
commit 2f1a3738f5
No known key found for this signature in database
GPG key ID: 24A3E8463AEE5E56

View file

@ -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