mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Disable DoH on FreeBSD 15.0
This commit is contained in:
parent
c00d48cf60
commit
e21d1086a8
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue