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

gha: add ccache #147

Merged
merged 1 commit into from
Oct 9, 2024
Merged

gha: add ccache #147

merged 1 commit into from
Oct 9, 2024

Conversation

dtrifiro
Copy link
Contributor

should speed up CI a tiny bit

@codecov-commenter
Copy link

codecov-commenter commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.35%. Comparing base (3af0679) to head (8100c24).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #147   +/-   ##
=======================================
  Coverage   58.35%   58.35%           
=======================================
  Files          27       27           
  Lines        1616     1616           
  Branches      206      206           
=======================================
  Hits          943      943           
  Misses        581      581           
  Partials       92       92           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dtrifiro dtrifiro merged commit 2707b1f into main Oct 9, 2024
3 checks passed
@dtrifiro dtrifiro deleted the gha-caching branch October 9, 2024 14:53
uses: actions/cache@v4
with:
path: /home/runner/.cache/ccache
key: ${{ runner.os }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This key is fairly generic, we might want to tweak it.

Another issue that came up with this PR is that there's contention for the cache because all three jobs use the same key, so we might want to tweak that aswell.

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.

2 participants