diff options
author | flywind <xzsflywind@gmail.com> | 2021-02-21 00:25:36 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-20 22:25:36 -0800 |
commit | 778f124af0fbb2243424e267a9beaf046f744e30 (patch) | |
tree | 148799b25750c64536aa3a2bc15f35c58f7cf20a /testament | |
parent | ac82be07d8ed9795caa0778f0f8577b3934d1d86 (diff) | |
download | Nim-778f124af0fbb2243424e267a9beaf046f744e30.tar.gz |
disable chronos (#17131)
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index b19a99adb..c9126e1c7 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -27,8 +27,9 @@ pkg1 "cascade" pkg1 "cello" pkg1 "chroma" pkg1 "chronicles", "nim c -o:chr -r chronicles.nim" -when not defined(osx): # testdatagram.nim(560, 54): Check failed - pkg1 "chronos", "nim c -r -d:release tests/testall" +# when not defined(osx): # testdatagram.nim(560, 54): Check failed +# pkg1 "chronos", "nim c -r -d:release tests/testall" + # pending https://github.com/nim-lang/Nim/issues/17130 pkg1 "cligen", "nim c --path:. -r cligen.nim" pkg1 "combparser", "nimble test --gc:orc" pkg1 "compactdict" |