disable package 'chronicles' until 'chronos' is fixed

This commit is contained in:
narimiran
2021-03-26 13:41:43 +01:00
parent bb3769975b
commit add771b051

View File

@@ -45,7 +45,7 @@ pkg "c2nim", "nim c testsuite/tester.nim"
pkg "cascade"
pkg "cello"
pkg "chroma"
pkg "chronicles", "nim c -o:chr -r chronicles.nim"
# pkg "chronicles", "nim c -o:chr -r chronicles.nim"
# when not defined(osx): # testdatagram.nim(560, 54): Check failed
# pkg "chronos", "nim c -r -d:release tests/testall"
# pending https://github.com/nim-lang/Nim/issues/17130