disable chronos (#17131)

This commit is contained in:
flywind
2021-02-21 00:25:36 -06:00
committed by GitHub
parent ac82be07d8
commit 778f124af0

View File

@@ -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"