You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 theseextra-deps
globally in$HOME/.stack
, instead of locally in the.stack-work
?The text was updated successfully, but these errors were encountered: