| Server IP : 82.208.35.60 / Your IP : 216.73.217.116 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/net/ntpsec/files/ |
Upload File : |
- 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