summaryrefslogtreecommitdiff
path: root/net/ntpsec/files/patch-wscript
blob: 01d383a3468dd673c7e1e95590bbf3e3c1d34391 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- disable tests as part of run
- tests fail with clang-13. nntpsec upstream claims that this is a bug in clang-13: https://gitlab.com/NTPsec/ntpsec/-/issues/714#note_842530858

--- wscript.orig	2022-02-14 21:20:57 UTC
+++ wscript
@@ -1115,7 +1115,7 @@ def build(ctx):
     ctx.manpage(8, "ntpclients/ntpsnmpd-man.adoc")
 
     # Skip running unit tests on a cross compile build
-    if not ctx.env.ENABLE_CROSS:
+    if False and not ctx.env.ENABLE_CROSS:
         # Force re-running of tests.  Same as 'waf --alltests'
         if ctx.cmd == "check":
             ctx.options.all_tests = True