Skip to content
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

Closed
Schneegans opened this issue Aug 31, 2022 · 4 comments · Fixed by #318
Closed

Use buildcache instead of clcache #299

Schneegans opened this issue Aug 31, 2022 · 4 comments · Fixed by #318

Comments

@Schneegans
Copy link
Member

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.

@Schneegans
Copy link
Member Author

Btw, there is also sccache with some instructions here: actions-rs/meta#19

@JonasGilg
Copy link
Member

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.

@JonasGilg
Copy link
Member

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

@Schneegans
Copy link
Member Author

Also, the recent versions of ccache seem to support MSVC natively. So that's another one to try 😉

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

Successfully merging a pull request may close this issue.

2 participants