]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Build gcc:oraclelinux9:amd64 CI jobs with --disable-developer
authorPetr Špaček <pspacek@isc.org>
Thu, 13 Oct 2022 15:49:36 +0000 (17:49 +0200)
committerPetr Špaček <pspacek@isc.org>
Tue, 18 Oct 2022 13:16:16 +0000 (15:16 +0200)
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

index 3d33cb3bdc62a6cef3265e3c32f0f5679492afdc..2c875c97f502c06fa2b9b600b2b195e51e9e7ea9 100644 (file)
@@ -644,7 +644,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