diff options
author | Araq <rumpf_a@web.de> | 2020-03-11 09:28:10 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2020-03-11 09:28:10 +0100 |
commit | f5f9243cc05cae998e4380a347da8e93ac547dd4 (patch) | |
tree | 72b647d3a0de8f2eb9633c37641416c5660da238 | |
parent | 3aed8ff4326cbfabef074b28366d487e2bdc8ae2 (diff) | |
download | Nim-f5f9243cc05cae998e4380a347da8e93ac547dd4.tar.gz |
disable chronos testing for now
-rw-r--r-- | testament/important_packages.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 9dbb4a4f9..363171082 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -17,7 +17,8 @@ pkg "c2nim", false, "nim c testsuite/tester.nim" pkg "cascade" pkg "chroma" pkg "chronicles", true, "nim c -o:chr -r chronicles.nim" -pkg "chronos", true +# disable until my chronos fix was merged +#pkg "chronos", true pkg "cligen", false, "nim c -o:cligenn -r cligen.nim" pkg "coco", true pkg "combparser" |