]> 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)
committerMichal Nowak <mnowak@isc.org>
Fri, 16 Feb 2024 10:08:32 +0000 (11:08 +0100)
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

(cherry picked from commit 8078e7de05834ed800d7b1a302f945fc74f73d23)

.gitlab-ci.yml

index d8b4d833b86f36604d9cf4f87c107f9b38b62505..e23dd9221e0567f7ae227652ab630341c37494e4 100644 (file)
@@ -598,7 +598,7 @@ gcc:oraclelinux7:amd64:
   variables:
     CC: gcc
     CFLAGS: "${CFLAGS_COMMON}"
-    EXTRA_CONFIGURE: "--with-libidn2"
+    EXTRA_CONFIGURE: "--with-libidn2 --disable-dnstap"
   <<: *oraclelinux_7_amd64_image
   <<: *build_job