mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 12:07:51 +00:00
[backport:1.2] update nimble commit hash (#17109)
(cherry picked from commit da52e81327)
This commit is contained in:
2
koch.nim
2
koch.nim
@@ -10,7 +10,7 @@
|
||||
#
|
||||
|
||||
const
|
||||
NimbleStableCommit = "324de9202fb3db82b266e7350731d1ec41013a2b" # master
|
||||
NimbleStableCommit = "d13f3b8ce288b4dc8c34c219a4e050aaeaf43fc9" # master
|
||||
FusionStableCommit = "319aac4d43b04113831b529f8003e82f4af6a4a5"
|
||||
|
||||
when not defined(windows):
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user