mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-21 01:50:07 -04:00
Always use default RCU variant in pairwise builds
Commit 42d43aa075 made --with-liburcu
depend on --enable-developer. This broke pairwise testing as this new
dependency was not codified in configure.ac. Since the --with-liburcu
option is currently just a convenience for developers, there is no need
to test building against all possible RCU variants in GitLab CI until
they actually work with BIND 9. Update the pairwise testing
"configuration" in configure.ac so that builds with non-standard RCU
variants are not tested.
This commit is contained in:
parent
ff28f9f8ac
commit
bf518ba490
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ AS_IF([test -z "$PKG_CONFIG"],
|
|||
#
|
||||
# Pick Userspace-RCU flavor (developer only option)
|
||||
#
|
||||
# [pairwise: --with-liburcu=membarrier, --with-liburcu=qsbr, --with-liburcu=mb, --with-liburcu=bp]
|
||||
# [pairwise: skip]
|
||||
AC_ARG_WITH([liburcu],
|
||||
[AS_HELP_STRING([--with-liburcu=FLAVOR],
|
||||
[Build with Userspace-RCU variant (developer-only option) (membarrier|qsbr|mb|bp) [default=membarrier]]))],
|
||||
|
|
|
|||
Loading…
Reference in a new issue