Skip to content

Enable caching for GitHub actions. #5686

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

Merged
merged 5 commits into from
Jun 18, 2025
Merged

Enable caching for GitHub actions. #5686

merged 5 commits into from
Jun 18, 2025

Conversation

dbrant
Copy link
Member

@dbrant dbrant commented Jun 18, 2025

This updates our GitHub actions to be cacheable, potentially improving build times in CI.
This also adds configuration-cache=true, which can further improve build times locally, too.

(And this also removes the checkstyle task from the build command, since checkstyle is intended for Java source files, and we have literally no more Java files remaining.)

@dbrant dbrant added the Minor Minor stuff label Jun 18, 2025
@cooltey cooltey merged commit 38db1cc into main Jun 18, 2025
1 check passed
@cooltey cooltey deleted the gradleCacheActions branch June 18, 2025 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Minor Minor stuff
Development

Successfully merging this pull request may close these issues.

2 participants