]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Add -DDISABLE_DELAY_PIPE and -DDISABLE_DYNBLOCKS to 'least' tests
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 7 Jul 2022 09:35:13 +0000 (11:35 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 21 Sep 2022 13:23:24 +0000 (15:23 +0200)
tasks.py

index c049a4481d4e8caf88d48386f9e191a385b6dbd8..95c940616675f91321e01130946ba742b269f6b9 100644 (file)
--- 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 \