-
Notifications
You must be signed in to change notification settings - Fork 81
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
stack_snapshot
get invalidated too often
#1096
Comments
Solves #1096 by not needing access to the standard unix tools (and also make it easier to maintain)
Solves #1096 by not needing access to the standard unix tools (and also make it easier to maintain)
Did you mean |
Oh yes, sorry, I'll update the title |
stack_packages
get invalidated too oftenstack_snapsot
get invalidated too often
stack_snapsot
get invalidated too oftenstack_snapshot
get invalidated too often
This is a side-effect of not having a shell toolchain. Cabal assumes quite a bit from the environment (in terms of available commands). |
Solves #1096 by not needing access to the standard unix tools (and also make it easier to maintain)
Solves #1096 by not needing access to the standard unix tools (and also make it easier to maintain)
Solves #1096 by not needing access to the standard unix tools (and also make it easier to maintain)
Solves #1096 by not needing access to the standard unix tools (and also make it easier to maintain)
Solves #1096 by not needing access to the standard unix tools (and also make it easier to maintain)
Solves #1096 by not needing access to the standard unix tools (and also make it easier to maintain)
Solves #1096 by not needing access to the standard unix tools (and also make it easier to maintain)
This should be fixed now. I've verified that the following does not cause a rebuild, while it did before those PRs were merged.
|
Describe the bug
Dependencies built with
stack_packages
orhaskell_cabal_package
getsinvalidated at least each time the
PATH
changes due to the use ofuse_default_shell_env
.To Reproduce
From the
examples
directory:Expected behavior
A change in the environment shouldn't trigger a cache miss.
Environment
The text was updated successfully, but these errors were encountered: