mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 22:35:24 +00:00
remove zippy data from tarballs (#24551)
fixes https://github.com/nim-lang/nightlies/issues/95
This commit is contained in:
3
koch.nim
3
koch.nim
@@ -162,6 +162,9 @@ proc bundleNimbleExe(latest: bool, args: string) =
|
||||
updateSubmodules(distDir / "nimble", allowBundled = true)
|
||||
nimCompile("dist/nimble/src/nimble.nim",
|
||||
options = "-d:release --noNimblePath " & args)
|
||||
const zippyTests = "dist/nimble/vendor/zippy/tests"
|
||||
if dirExists(zippyTests):
|
||||
removeDir(zippyTests)
|
||||
|
||||
proc bundleAtlasExe(latest: bool, args: string) =
|
||||
let commit = if latest: "HEAD" else: AtlasStableCommit
|
||||
|
||||
Reference in New Issue
Block a user