From: Remi Gacogne Date: Thu, 7 Apr 2022 15:11:36 +0000 (+0200) Subject: dnsdist: Disable more features in the "least" CI test X-Git-Tag: rec-4.7.0-beta1~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dbefe674dce9d18a7913d3222a301917ed1ecea2;p=thirdparty%2Fpdns.git dnsdist: Disable more features in the "least" CI test --- diff --git a/tasks.py b/tasks.py index 49dccd727f..b67b5e540f 100644 --- a/tasks.py +++ b/tasks.py @@ -331,7 +331,11 @@ def ci_dnsdist_configure(c, features): -DDISABLE_WEB_CONFIG \ -DDISABLE_RULES_ALTERING_QUERIES \ -DDISABLE_ECS_ACTIONS \ - -DDISABLE_TOP_N_BINDINGS' + -DDISABLE_TOP_N_BINDINGS \ + -DDISABLE_OCSP_STAPLING \ + -DDISABLE_HASHED_CREDENTIALS \ + -DDISABLE_FALSE_SHARING_PADDING \ + -DDISABLE_NPN' sanitizers = ' '.join('--enable-'+x for x in os.getenv('SANITIZERS').split('+')) cflags = '-O1 -Werror=vla -Werror=shadow -Wformat=2 -Werror=format-security -Werror=string-plus-int' cxxflags = cflags + ' -Wp,-D_GLIBCXX_ASSERTIONS ' + additional_flags