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

[ccache] you can enable locally #7854

Open
dimitre opened this issue Jan 4, 2024 · 0 comments
Open

[ccache] you can enable locally #7854

dimitre opened this issue Jan 4, 2024 · 0 comments

Comments

@dimitre
Copy link
Member

dimitre commented Jan 4, 2024

ccache is now enabled in most actions (all linux, macos make and msys2 actions)
to enable locally you can just install ccache and add an environment variable.
here in macOS I've enabled

brew install ccache

editing ~/.zprofile

export ccache="ccache"

You have to restart terminal so the variables take effect
if everything is correct you will see one more line in make process like this:

💿 Using CCACHE - Compile.core.mk 
@dimitre dimitre changed the title [ccache] how to enable locally [ccache] you can enable locally Jan 4, 2024
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

No branches or pull requests

1 participant