From 2f1a3738f573431bd75401c457e3549221ca133f Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Wed, 3 Aug 2022 14:55:56 +0200 Subject: [PATCH] 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) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 601690cc3f..144f7c2991 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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