-
Notifications
You must be signed in to change notification settings - Fork 29
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
Use buildcache instead of clcache #299
Comments
Btw, there is also sccache with some instructions here: actions-rs/meta#19 |
sccache has A LOT of cool features. The cloud caching would even accelerate first time builds. |
Nevermind, the share cache is extremely sensitive: https://github.com/mozilla/sccache#general |
Also, the recent versions of ccache seem to support MSVC natively. So that's another one to try 😉 |
The Problem
clcache
causes build errors on Windows and is not maintained anymore.The Solution
Use buildcache instead.
We could also consider to use this on Linux as well.
The text was updated successfully, but these errors were encountered: