From 8f38f3e34d4517a4e6c27a55b2fc56bf8dbf739d Mon Sep 17 00:00:00 2001 From: narimiran Date: Mon, 8 Feb 2021 17:10:05 +0100 Subject: [PATCH] disable package 'bump' --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index cd064fe6a4..b853b1aa52 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -19,7 +19,7 @@ pkg1 "BipBuffer" # pkg1 "blscurve" # pending https://github.com/status-im/nim-blscurve/issues/39 pkg1 "bncurve" pkg1 "brainfuck", "nim c -d:release -r tests/compile.nim" -pkg1 "bump", "nim c --gc:arc -r tests/tbump.nim", "https://github.com/disruptek/bump" +# pkg1 "bump", "nim c --gc:arc -r tests/tbump.nim", "https://github.com/disruptek/bump" pkg1 "c2nim", "nim c testsuite/tester.nim" pkg1 "cascade" pkg1 "cello"