Skip to content

Extract ccache in github actions as an external reusable actions #4504

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vicentebolea
Copy link
Collaborator

WIP

@vicentebolea vicentebolea force-pushed the refactor-actions branch 4 times, most recently from 20f9e79 to d6b94f9 Compare April 4, 2025 22:28
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

.github/workflows/everything.yml:65

  • Ensure that prefixing with './' does not unintentionally exclude files matched by '*-changed-files.txt' that might reside in other directories.
ls -la ./*-changed-files.txt

.github/workflows/everything.yml:181

  • [nitpick] Verify that the key value aligns with the internal logic of both custom actions, as they prepend 'ccache-' to the key. This consistency is important to ensure proper cache hit behavior.
key: ${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.parallel }}${{ matrix.shared == 'static' && '-static' || ''}}

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