-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#Fixes #24536 building nimble 0.16.4 fails when running build_all.sh #24537
Conversation
These scripts were generated:
|
ups |
Thanks for your hard work on this PR! Hint: mm: orc; opt: speed; options: -d:release |
Omitting --skipParentCfg necessary after: nim-lang/Nim#24437 Build script patch in Nim repo: nim-lang/Nim#24537
Omitting --skipParentCfg is necessary after: nim-lang/Nim#24437 Build script patch in Nim repo: nim-lang/Nim#24537
This is still not properly fixed. |
I will fix it for nightlies |
) follow up #24537 Because `nimble` is a bundled repo so it is bundled in the tarballs i.e. https://github.com/nim-lang/nightlies/blob/82421fd7053bf58dea69e9a259e6f2618c2be2e5/.github/workflows/nightlies.yml#L264 has bundled `dist/nimble`, but it only copies the data without `.git`. So in this PR, we ignore bundled nimble repo.
it works for nightlies now https://github.com/nim-lang/nightlies/actions/runs/12372413439 |
) follow up #24537 Because `nimble` is a bundled repo so it is bundled in the tarballs i.e. https://github.com/nim-lang/nightlies/blob/82421fd7053bf58dea69e9a259e6f2618c2be2e5/.github/workflows/nightlies.yml#L264 has bundled `dist/nimble`, but it only copies the data without `.git`. So in this PR, we ignore bundled nimble repo. (cherry picked from commit 70b3232)
) follow up #24537 Because `nimble` is a bundled repo so it is bundled in the tarballs i.e. https://github.com/nim-lang/nightlies/blob/82421fd7053bf58dea69e9a259e6f2618c2be2e5/.github/workflows/nightlies.yml#L264 has bundled `dist/nimble`, but it only copies the data without `.git`. So in this PR, we ignore bundled nimble repo. (cherry picked from commit 70b3232)
No description provided.