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 ccache to speed up CI builds #3147

Open
Jakuje opened this issue May 14, 2024 · 0 comments
Open

Use ccache to speed up CI builds #3147

Jakuje opened this issue May 14, 2024 · 0 comments

Comments

@Jakuje
Copy link
Member

Jakuje commented May 14, 2024

An other option would be to use ccache to speed up the actual build. We could use this GH action or use something like ./configure CC="ccache gcc" and cache CCACHE_DIR ourselves (see https://ccache.dev/manual/4.9.1.html)

Originally posted by @frankmorgner in #3096 (comment)

Currently, the CI build is caching some of the build artifacts in the working directory among build stages using https://github.com/actions/cache/ -- Its there quite from the beginning and it is certainly not the most effective. The ccache can do something very similar with much more organized manner.

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