feat(build): add fast-path fingerprint support to 6 remaining orchestrators - #1290
Conversation
|
Warning Review limit reached
Next review available in: 7 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (8)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
4b8d68d to
332bfd9
Compare
feat(build): add fast-path fingerprint support to 6 remaining orchestrators (#1288) CH32V, ESP8266, STM32, NXPLPC, Silabs, and Apollo3 now all use the warm-build fast-path fingerprint check, matching the 7 orchestrators that already had it. Also introduces a shared CoreFingerprintMetadata struct in fbuild-build-engine that all future orchestrators can use instead of hand-rolling their own per-platform metadata structs. Each orchestrator hashes its board config, profile, env, and platform-specific extras (series, flash mode/freq, lpc family, protocol stack) via stable_hash_json, checks against the persisted fingerprint, and reuses cached artifacts on a hit. Co-Authored-By: Claude <noreply@anthropic.com> @
332bfd9 to
d3e9034
Compare
Summary
Fixes #1288 by adding fast-path fingerprint support to the 6 platform orchestrators that were missing it, and introducing a shared CoreFingerprintMetadata struct.
Changes
New shared struct
New fast-path support (6 orchestrators)
Verification
🤖 Generated with Claude Code