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 d6db5c5335)
This commit is contained in:
Petr Špaček 2022-10-13 17:49:36 +02:00
parent bc1acfdccb
commit 4f4556941c
No known key found for this signature in database
GPG key ID: ABD587CDF06581AE

View file

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