Skip to content

Conversation

CISC
Copy link
Collaborator

@CISC CISC commented Oct 3, 2025

cont: #16348

Minimizes Actions Cache Storage by ensuring our default branch always has an up-to-date cache so that PR branches will reuse this instead of creating a new one.

Unfortunately due to limitations of composite actions the actions/cache can't be embedded (the post action doesn't work so cache won't be saved), so there has to be some duplication (SDK versions).

@CISC CISC requested a review from slaren as a code owner October 3, 2025 18:16
@CISC CISC requested review from danbev and slaren and removed request for slaren October 3, 2025 18:16
@github-actions github-actions bot added the devops improvements to build systems and github actions label Oct 3, 2025
@tommarques56

This comment was marked as spam.

@CISC
Copy link
Collaborator Author

CISC commented Oct 6, 2025

On an unrelated note, something is randomly poisoning ccache caches causing ILLEGAL CI failures until the affected cache(s) are either evicted or forcibly deleted.

I've double-checked all the cache keys and it's definitely not the same issue that was fixed in #16355, so something else is causing this, not sure how to fix other than manually fixing it when it happens...

@CISC CISC merged commit 3a002af into master Oct 6, 2025
1 check passed
@CISC CISC deleted the cisc/ci-cache-depend-default-branch branch October 6, 2025 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devops improvements to build systems and github actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants