diff options
author | narimiran <narimiran@disroot.org> | 2021-03-26 13:41:43 +0100 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2021-03-26 13:41:43 +0100 |
commit | add771b051128b5eef09b4d77015fbeacf994700 (patch) | |
tree | f82925561e380e2d2cd0b9c6c3e7af4307560323 | |
parent | bb3769975b7cbbe2f84c288d7f3363b6bad9ca0e (diff) | |
download | Nim-add771b051128b5eef09b4d77015fbeacf994700.tar.gz |
disable package 'chronicles' until 'chronos' is fixed
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 66a2fa09e..eb0196f70 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -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 |