From: Petr Špaček Date: Thu, 13 Oct 2022 15:49:36 +0000 (+0200) Subject: Build gcc:oraclelinux9:amd64 CI jobs with --disable-developer X-Git-Tag: v9.19.7~51^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6db5c53355b606588e69861d37c72a580c612ca;p=thirdparty%2Fbind9.git Build gcc:oraclelinux9:amd64 CI jobs with --disable-developer Purpose of this is to guard against tests which rely on querytrace or other optional features enabled by --enable-developer switch. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba34243c185..8ca368d0f95 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -630,7 +630,7 @@ gcc:oraclelinux9:amd64: variables: CC: gcc CFLAGS: "${CFLAGS_COMMON}" - EXTRA_CONFIGURE: "--with-libidn2" + EXTRA_CONFIGURE: "--with-libidn2 --disable-developer" <<: *oraclelinux_9_amd64_image <<: *build_job