From 8e43f5e86064343ce0c55d009204a0ef58731216 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Thu, 6 Aug 2020 14:23:38 +0200 Subject: [PATCH] Broaden scope of abi-check For abi-check we should use as broad 'configure' options as possible. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 941938865c..92229a5d24 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1294,6 +1294,7 @@ abi-check: variables: CC: gcc CFLAGS: "${CFLAGS_COMMON} -Og" + EXTRA_CONFIGURE: "--enable-dnstap --with-libidn2" BIND_BASELINE_VERSION: v9_17_3 script: - *configure