Skip to content
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

sat solver: nimble reinstalls dependencies from git repositories each rebuild #1348

Open
mrgaturus opened this issue Feb 15, 2025 · 0 comments

Comments

@mrgaturus
Copy link

mrgaturus commented Feb 15, 2025

nimble reinstalls depenciencies from git repositories links each rebuild making each recompile slower.
this doesn't occur in --solver:legacy only with new --solver:sat
easy reproduce:

# Package
requires "nim >= 2.2.2"
requires "nimPNG" # this will not be reinstalled each rebuild so it's fine
requires "https://github.com/mrgaturus/nogui#head" # this will be reinstalled each rebuild

nimble version (the one shipped with new nim 2.2.2)

nimble v0.16.4 compiled at 2025-02-06 02:02:41
git hash: couldn't determine git hash
@mrgaturus mrgaturus changed the title sat solver: nimble reinstalls depenciencies from github links each rebuild sat solver: nimble reinstalls depenciencies from git repositories each rebuild Feb 15, 2025
@mrgaturus mrgaturus changed the title sat solver: nimble reinstalls depenciencies from git repositories each rebuild sat solver: nimble reinstalls dependencies from git repositories each rebuild Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant