mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add DNSRPS builds to pairwise testing
The --enable-dnsrps-dl switch for ./configure enables preparing a DNSRPS-enabled build of BIND 9 that is not directly linked against a DNSRPS provider library (dlopen() at runtime is used instead). Employ this switch to test DNSRPS-enabled builds in the pairwise testing job in GitLab CI.
This commit is contained in:
parent
6398059af3
commit
e688ca5316
1 changed files with 1 additions and 4 deletions
|
|
@ -1497,10 +1497,7 @@ AC_COMPILE_IFELSE(
|
|||
AC_MSG_RESULT([no])
|
||||
])
|
||||
|
||||
# DNSRPS is not included in pairwise testing as the librpz library is not
|
||||
# present in the relevant Docker image.
|
||||
#
|
||||
# [pairwise: skip]
|
||||
# [pairwise: --enable-dnsrps --enable-dnsrps-dl, --disable-dnsrps]
|
||||
AC_ARG_ENABLE([dnsrps-dl],
|
||||
[AS_HELP_STRING([--enable-dnsrps-dl],
|
||||
[DNS Response Policy Service delayed link
|
||||
|
|
|
|||
Loading…
Reference in a new issue