-
Notifications
You must be signed in to change notification settings - Fork 130
ci: add cache-suffix to isolate sanitizer build cache #5604
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
Conversation
Add a `cache-suffix` input to setup-rust action to allow jobs with different RUSTFLAGS to use separate caches. This prevents cache pollution between sanitizer and non-sanitizer builds. Signed-off-by: Joe Isaacs <joe@spiraldb.com> 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
| toolchain: nightly | ||
| components: "rust-src, rustfmt, clippy, llvm-tools-preview" | ||
| cache-suffix: "sanitizer" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, do you have a preferred way to get a prefix?
|
@claude review |
|
Claude finished @0ax1's task —— View job Code Review Complete ✓I've reviewed this PR and the changes look good! Here's my detailed feedback: SummaryThis PR adds a What Changed
Review Feedback✅ Strengths:
💡 Suggestions:
🎯 Recommendation: Overall Assessment: ✅ Approved - Clean, well-scoped change that solves a real problem. |
Summary
cache-suffixinput tosetup-rustaction to allow jobs with different RUSTFLAGS to use separate cachescache-suffix: "sanitizer"for the sanitizer test job to prevent cache pollution between sanitizer and non-sanitizer buildsTest plan
🤖 Generated with Claude Code