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

Find a way to use ccache in build actions #9

Open
elprans opened this issue Jun 1, 2020 · 1 comment
Open

Find a way to use ccache in build actions #9

elprans opened this issue Jun 1, 2020 · 1 comment
Assignees

Comments

@elprans
Copy link
Member

elprans commented Jun 1, 2020

We compile quite a bit of C/C++ code repeatedly when producing productions packages. Integrating ccache has a potential to speed up builds considerably!

See [1] for an example.

@tailhook
Copy link
Contributor

tailhook commented Jun 1, 2020

Also take a look at sccache. Kinda same thing but with cloud storage and additional rust support (which might help speed up builds too).

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

3 participants