From 4f4556941cb8a6cf608efa85637c776c4eadbd4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Thu, 13 Oct 2022 17:49:36 +0200 Subject: [PATCH] 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. (cherry picked from commit d6db5c53355b606588e69861d37c72a580c612ca) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f114ff7399..7f92231829 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -637,7 +637,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