Skip to content

Speed up CI builds with ccache#23

Merged
Jo5ta merged 1 commit intomainfrom
jo5ta/dev
Mar 9, 2026
Merged

Speed up CI builds with ccache#23
Jo5ta merged 1 commit intomainfrom
jo5ta/dev

Conversation

@Jo5ta
Copy link
Collaborator

@Jo5ta Jo5ta commented Mar 9, 2026

Added ccache to the CI container and configured GitHub Actions to cache the ccache directory between runs. This should make subsequent builds much faster since most object files won't need recompilation.

Also simplified the release workflow by removing the artifact upload/ download steps - the release now happens directly in the package job.

Added ccache to the CI container and configured GitHub Actions to
cache the ccache directory between runs. This should make subsequent
builds much faster since most object files won't need recompilation.

Also simplified the release workflow by removing the artifact upload/
download steps - the release now happens directly in the package job.

Signed-off-by: Jo5ta <Jo5ta@mail.de>
@Jo5ta Jo5ta merged commit 9348269 into main Mar 9, 2026
4 checks passed
@Jo5ta Jo5ta deleted the jo5ta/dev branch March 9, 2026 21:38
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 this pull request may close these issues.

1 participant