summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-03-02 01:26:10 -0800
committerGitHub <noreply@github.com>2020-03-02 10:26:10 +0100
commit653de5f27a89c781376be370e28f8f3ce7744040 (patch)
treeb6611ed8e0b739e199fb4504656c2155cea717e8
parent22d1ba4be76569d1df96cc8bfed47fccfc833019 (diff)
downloadNim-653de5f27a89c781376be370e28f8f3ce7744040.tar.gz
fix broken nim CI, disable blscurve (#13555)
-rw-r--r--testament/important_packages.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index 3018a21ff..344aff339 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -11,7 +11,7 @@ pkg "ast_pattern_matching", "nim c -r --oldgensym:on tests/test1.nim"
 pkg "asyncmysql", "", true
 pkg "bigints"
 pkg "binaryheap", "nim c -r binaryheap.nim"
-pkg "blscurve", "", true
+# pkg "blscurve", "", true # pending https://github.com/status-im/nim-blscurve/issues/39
 pkg "bncurve", "", true
 pkg "c2nim", "nim c testsuite/tester.nim"
 pkg "cascade"