diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-05-10 15:56:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 18:56:00 -0400 |
commit | 7c24250a575b4d441ba6d7301714cbb246425fb6 (patch) | |
tree | 45b51d5ddc1587b0e19ad9f8229f037f81000fc6 | |
parent | dda6f3f6d42ec95a287f2467b976d8cbbc9c1624 (diff) | |
download | Nim-7c24250a575b4d441ba6d7301714cbb246425fb6.tar.gz |
diable nimx (CI failure) refs https://github.com/timotheecour/Nim/issues/167 (#14293)
-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 243856d5e..4186ce30d 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -96,7 +96,7 @@ pkg2 "nimsl", true pkg2 "nimsvg" # pkg2 "nimterop", true pkg2 "nimwc", true, "nim c nimwc.nim" -pkg2 "nimx", true, "nim c --threads:on test/main.nim" +# pkg2 "nimx", true, "nim c --threads:on test/main.nim" pkg2 "nitter", true, "nim c src/nitter.nim", "https://github.com/zedeus/nitter" pkg2 "norm", true, "nim c -r tests/tsqlite.nim" pkg2 "npeg", false, "nimble testarc" |