]> 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:14:54 +0000 (15:14 +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 f114ff73990ce7c08a7c8273f4129fcd609ff305..7f92231829147a3da4135c083583a58df687b8ed 100644 (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