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

cache extra-deps globally #1732

Closed
ghorn opened this issue Feb 3, 2016 · 1 comment
Closed

cache extra-deps globally #1732

ghorn opened this issue Feb 3, 2016 · 1 comment

Comments

@ghorn
Copy link

ghorn commented Feb 3, 2016

My project at work has a few extra-deps from hackage/github which take a very long time to build. Our continuous integration builder spends 95% of its time building the deps, and 5% building and testing our software. Is there any reason stack cannot cache the builds of these extra-deps globally in $HOME/.stack, instead of locally in the .stack-work?

@mgsloan
Copy link
Contributor

mgsloan commented Feb 3, 2016

Yup, you are correct that this is possible. This issue is tracking doing exactly that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants