Skip to content

fixes for action cache - #25529

Open
mockersf wants to merge 4 commits into
bevyengine:mainfrom
mockersf:actions-some-cache-fixes
Open

fixes for action cache#25529
mockersf wants to merge 4 commits into
bevyengine:mainfrom
mockersf:actions-some-cache-fixes

Conversation

@mockersf

Copy link
Copy Markdown
Member

Objective

  • Action cache is currently failing because of a nightly bug, fix it

Solution

  • Don't stop all cache if only one is failing
  • Share RUSTFLAGS between all jobs as they are part of the fingerprint
  • Not all crates where being downloaded in cache as it depends on what is build, use cargo fetch first as it always download everything
  • use custom commands for cache on custom targets

@Zeophlite Zeophlite added A-Build-System Related to build systems or continuous integration D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels Aug 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Build-System Related to build systems or continuous integration D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants