We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In certain situations, stack clones external dependencies multiple times instead of cloning a single time and caching the result.
In pathological cases, this causes stack to spend a great deal of time re-cloning the same repository, greatly increasing network data usage.
stack build --fast --test --no-run-tests --bench --no-run-benchmarks
Stack clones external repositories as needed, but does not clone each external repository more than once.
Stack clones certain repositories multiple times:
$ stack --version Version 2.5.1, Git revision d6ab861544918185236cf826cb2028abb266d6d5 x86_64 hpack-0.33.0
The text was updated successfully, but these errors were encountered:
duplicate of: #5411 ?
Sorry, something went wrong.
I am closing this issue as it appears to me also to be a duplicate of #5411.
No branches or pull requests
General summary
In certain situations, stack clones external dependencies multiple times instead of cloning a single time and caching the result.
In pathological cases, this causes stack to spend a great deal of time re-cloning the same repository, greatly increasing network data usage.
Steps to reproduce
https://github.com/rvl/stack-git-package-subdirs-test
https://github.com/input-output-hk/cardano-wallet/
stack build --fast --test --no-run-tests --bench --no-run-benchmarks
Expected
Stack clones external repositories as needed, but does not clone each external repository more than once.
Actual
Stack clones certain repositories multiple times:
Stack version
Method of installation
The text was updated successfully, but these errors were encountered: