Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix ccache getting disabled#2905

Merged
zcbenz merged 1 commit intomainfrom
test/ccache
Dec 13, 2025
Merged

Fix ccache getting disabled#2905
zcbenz merged 1 commit intomainfrom
test/ccache

Conversation

@zcbenz
Copy link
Collaborator

@zcbenz zcbenz commented Dec 13, 2025

  • Fix ccache getting disabled: runner.arch == 'x86_64' is always false.
  • Work around ccache-action bug on large arm runner.
  • Remove python version from ccache key: disk space for caching python bindings objects is very low so there is no need to separate the cache.
  • Disable ccache for release builds: cache hit rate is usually very low, and it slows down daily CI due to increased cache size.

Copy link
Member

@awni awni left a comment

Choose a reason for hiding this comment

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

Thank you for fixing that 🙏

@zcbenz zcbenz merged commit bedefed into main Dec 13, 2025
24 checks passed
@zcbenz zcbenz deleted the test/ccache branch December 13, 2025 04:00
Copy link

@singaporelovegaza-ship-it singaporelovegaza-ship-it left a comment

Choose a reason for hiding this comment

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

@

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.

3 participants