Skip to content

Caching / avoiding rebuilding dependencies specific to .stack-work #1942

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

Closed
bitemyapp opened this issue Mar 23, 2016 · 1 comment
Closed
Milestone

Comments

@bitemyapp
Copy link
Contributor

screenshot from 2016-03-22 20-38-48

Our CI server keeps rebuilding these every time we run the tests. I'm trying to prebuild the dependencies but that doesn't seem to work. I believe they're partly a result of our extra-deps in the stack.yaml:

extra-deps:
- gravatar-0.8.0
- hashids-1.0.2.2
- uuid-aeson-0.1.0.0
- monad-logger-0.3.18

I remember there being a ticket about this before, but I couldn't find it via Github or Google search. Is there anything we can do?

@mgsloan
Copy link
Contributor

mgsloan commented Mar 23, 2016

You could cache your root .stack-work directory

This will also be resolved by #1265

@mgsloan mgsloan closed this as completed Mar 23, 2016
@mgsloan mgsloan added this to the Support milestone Mar 23, 2016
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

2 participants