From: Remi Gacogne Date: Thu, 7 Jul 2022 09:35:13 +0000 (+0200) Subject: dnsdist: Add -DDISABLE_DELAY_PIPE and -DDISABLE_DYNBLOCKS to 'least' tests X-Git-Tag: rec-4.9.0-alpha0~27^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b6f0aa6881fb69b29d4b7a83151871d8be5353b;p=thirdparty%2Fpdns.git dnsdist: Add -DDISABLE_DELAY_PIPE and -DDISABLE_DYNBLOCKS to 'least' tests --- diff --git a/tasks.py b/tasks.py index c049a4481d..95c9406166 100644 --- a/tasks.py +++ b/tasks.py @@ -334,6 +334,8 @@ def ci_dnsdist_configure(c, features): --without-nghttp2 \ --without-re2 ' additional_flags = '-DDISABLE_COMPLETION \ + -DDISABLE_DELAY_PIPE \ + -DDISABLE_DYNBLOCKS \ -DDISABLE_PROMETHEUS \ -DDISABLE_PROTOBUF \ -DDISABLE_BUILTIN_HTML \