]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Disable DoH on FreeBSD 15.0
authorMichal Nowak <mnowak@isc.org>
Thu, 18 Dec 2025 12:00:20 +0000 (13:00 +0100)
committerMichal Nowak <mnowak@isc.org>
Tue, 6 Jan 2026 21:48:21 +0000 (22:48 +0100)
.gitlab-ci.yml

index b6b1b3b2ec3899eb041bd3659dd070055b31ec07..4db2daaebaf6e9b7879a9b69202d086c94ec90d9 100644 (file)
@@ -1778,7 +1778,9 @@ clang:freebsd15:amd64:
     GIT_CLONE_PATH: "${GIT_CLONE_PATH_INSTANCE_EXECUTOR}"
     # Use MIT Kerberos5 for BIND 9 GSS-API support because of FreeBSD Heimdal
     # incompatibility; see https://bugs.freebsd.org/275241.
-    EXTRA_CONFIGURE: "${WITH_READLINE_EDITLINE} --with-gssapi=/usr/local/bin/krb5-config"
+    #
+    # The "doh" unit test permanently fails on FreeBSD 15; see #5448.
+    EXTRA_CONFIGURE: "${WITH_READLINE_EDITLINE} --with-gssapi=/usr/local/bin/krb5-config --disable-doh"
   <<: *build_job
   <<: *freebsd_autoscaler_15_amd64_tags