From a263e9aae0ec8a6f05ae20aa66596a37b3827e93 Mon Sep 17 00:00:00 2001 From: Miran Date: Tue, 9 Feb 2021 19:02:07 +0100 Subject: [PATCH] [backport:1.2] update the nimble commit hash to the latest one (#16971) (cherry picked from commit 0d34345f29aa3b862f21c8dcff6b94b5ac5b9572) --- koch.nim | 2 +- testament/important_packages.nim | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koch.nim b/koch.nim index 47bde9d182..531501fbd9 100644 --- a/koch.nim +++ b/koch.nim @@ -10,7 +10,7 @@ # const - NimbleStableCommit = "8f7af860c5ce9634af880a7081c6435e1f2a5148" # master + NimbleStableCommit = "324de9202fb3db82b266e7350731d1ec41013a2b" # master FusionStableCommit = "319aac4d43b04113831b529f8003e82f4af6a4a5" when not defined(windows): diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 29fcb2c7af..e6a73fd90e 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -24,9 +24,9 @@ pkg1 "c2nim", "nim c testsuite/tester.nim" pkg1 "cascade" pkg1 "cello" pkg1 "chroma" -pkg1 "chronicles", "nim c -o:chr -r chronicles.nim" -when not defined(osx): # testdatagram.nim(560, 54): Check failed - pkg1 "chronos", "nim c -r -d:release tests/testall" +# pkg1 "chronicles", "nim c -o:chr -r chronicles.nim" +# when not defined(osx): # testdatagram.nim(560, 54): Check failed +# pkg1 "chronos", "nim c -r -d:release tests/testall" pkg1 "cligen", "nim c --path:. -r cligen.nim" pkg1 "combparser", "nimble test --gc:orc" pkg1 "compactdict"