CI - Runner caching with sccache - #5848
Open
bfops wants to merge 108 commits into
Open
Conversation
…o bfops/test-runner
…into bfops/sccache
…che-debug' into bfops/sccache
bfops
commented
Aug 31, 2026
Signed-off-by: Zeke Foppa <196249+bfops@users.noreply.github.com>
…labs/SpacetimeDB into bfops/sccache
bfops
commented
Aug 31, 2026
Signed-off-by: Zeke Foppa <196249+bfops@users.noreply.github.com>
bfops
marked this pull request as ready for review
August 31, 2026 19:11
joshua-spacetime
self-requested a review
August 31, 2026 19:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Changes
This only changes Linux runners.
CARGO_TARGET_DIRhas been replaced with a step that sets it (because it is now based onHOME)Timing results
These are sums of Cargo's reported
Finished ... in ...times, matching the table in #5798. The test run was CI run 33413710732 onspacetimedb-new-runner-2-staging.masterThe next high-value change is to remove commit-specific metadata from shared Rust library artifacts (or otherwise confine it to a leaf artifact that does not participate in the test/lint dependency graph), then add the smoketest archive to the empty-target population phase.
API and ABI breaking changes
None.
Expected complexity level and risk
2
Testing