-
Notifications
You must be signed in to change notification settings - Fork 603
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
Enable ccache for faster builds #3660
Conversation
Looks like that the build system doesn't use the path. I think it uses CC and CXX instead. |
…nise the bundler directive.
So I got around the build system not recognizing ccache but there's a spec failure on linux now. |
@thedrow this build failure on Linux is most likely the issue related to finalization or finalizer thread synchronization that I'm working on so I'm going to merge this. |
Hello, Sorry, I know it's been a long time ago, but I am curious why caching hasn't been enabled before this (i.e., since December 17, 2014, when it became available to open source projects). Thank you. |
Caching is now enabled on all environments.
It should speed up the build significantly.