]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Temporarily disable dnstap for OL7 builds in CI
authorMichał Kępień <michal@isc.org>
Fri, 4 Aug 2023 10:10:49 +0000 (12:10 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 4 Aug 2023 10:10:49 +0000 (12:10 +0200)
The "dnstap" system test started to fail very frequently for BIND 9.16
builds running in Oracle Linux 7 Docker containers spawned by GitLab CI.
The test used to be perfectly stable on that platform for the exact same
source tree, so the problem could not have been triggered by a bad code
change.  Temporarily disable dnstap for Oracle Linux 7 builds prepared
in GitLab CI until the issue is fixed as it virtually prevents the
relevant GitLab CI jobs from being able to succeed.

See isc-projects/bind9#4240

.gitlab-ci.yml

index 8fded88571b677bce07d0e29bac177c4a38830f3..db901e0f6f7d7f39c7d0f3efb054aaa933cd67b6 100644 (file)
@@ -634,7 +634,7 @@ gcc:oraclelinux7:amd64:
     CC: gcc
     # -Wno-address suppresses isc_buffer macro warnings
     CFLAGS: "${CFLAGS_COMMON} -Wno-address"
-    EXTRA_CONFIGURE: "--with-libidn2"
+    EXTRA_CONFIGURE: "--disable-dnstap --with-libidn2"
   <<: *oraclelinux_7_amd64_image
   <<: *build_job