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

ci: better caching gh actions #6361

Merged
merged 4 commits into from
Oct 25, 2024

Conversation

PastaPastaPasta
Copy link
Member

Issue being fixed or feature implemented

Improve GitHub Actions caching to not have such large caches that get evicted frequently

What was done?

Use hash files on depends for depends related caching
bring all depends sources under shared cache

How Has This Been Tested?

CI in my branches

Breaking Changes

None

Checklist:

Go over all the following points, and put an x in all the boxes that apply.

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have made corresponding changes to the documentation
  • I have assigned this pull request to a milestone (for repository code-owners and collaborators only)

use hashFiles('depends/packages/*') for depends stuff
don't mix stuff between hosts
try to use PR base if we don't have direct match for ccache
@PastaPastaPasta PastaPastaPasta added this to the 22 milestone Oct 25, 2024
Copy link

@UdjinM6 UdjinM6 left a comment

Choose a reason for hiding this comment

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

utACK a856b81

@PastaPastaPasta PastaPastaPasta merged commit 54bec78 into dashpay:develop Oct 25, 2024
32 of 33 checks passed
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