-
Notifications
You must be signed in to change notification settings - Fork 550
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
Make sccache2 usable for local developers #4
Comments
I'm confused about what needs to be done here |
I believe the scope has slipped a bit. I think the expedient things to do would be:
I understand from Ted the S3 points are blocked on implementing the general fallback-to-another-cache feature. That should also get implemented, but doesn't stop this being usable locally in the meantime. Particularly valuable is that sccache supports the Visual Studio compiler, which traditional ccache does not. |
I should have filed these as separate issues, but yeah, that's about it. I'm actively working on making the local disk cache support a size limit, and publishing to crates.io is easy. I recently fixed part of the "sensible defaults" thing, in that I made it default to a sensible location for a local disk cache (~/.cache/sccache on Linux, similar on other platforms). Once I make the local disk cache bounded in size I'll publish a release to crates.io. |
|
it is now much better :) |
The text was updated successfully, but these errors were encountered: