Skip to content

Add shared warm-build fast path to Teensy orchestrator#156

Merged
zackees merged 1 commit into
mainfrom
codex/issue-121-teensy-fast-path
Apr 20, 2026
Merged

Add shared warm-build fast path to Teensy orchestrator#156
zackees merged 1 commit into
mainfrom
codex/issue-121-teensy-fast-path

Conversation

@zackees
Copy link
Copy Markdown
Member

@zackees zackees commented Apr 20, 2026

Summary

  • add the shared warm-build fast-path wiring to the Teensy orchestrator only
  • persist and reuse Teensy build fingerprints for irmware.elf, irmware.hex, and the generated compile database
  • add small Teensy-local helper tests for watch collection and compile database artifact selection

Verification

  • cargo test -p fbuild-build teensy::orchestrator::tests --lib
  • cargo fmt --all --check -- crates/fbuild-build/src/teensy/orchestrator.rs

Scope

This is a partial issue #121 PR for the clean remaining Teensy subtask only. It does not address AVR, RP2040, STM32, or the rest of the issue.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 20, 2026

Warning

Rate limit exceeded

@zackees has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 58 minutes and 16 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 58 minutes and 16 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: ff2a260f-de76-4129-90c1-1770f74b5187

📥 Commits

Reviewing files that changed from the base of the PR and between bcb4aca and 9c19e61.

📒 Files selected for processing (1)
  • crates/fbuild-build/src/teensy/orchestrator.rs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/issue-121-teensy-fast-path

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@zackees zackees merged commit 2a9cd23 into main Apr 20, 2026
77 checks passed
@zackees
Copy link
Copy Markdown
Member Author

zackees commented Apr 20, 2026

Filed follow-up #157 so the fast-path cache contract gets centralized instead of being open-coded per orchestrator.

The requirement is that all cache-relevant artifacts go through one shared orchestrator/pipeline contract so builders and platforms do not drift on required-artifact lists, fingerprint persistence, or side outputs like compile databases.

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.

1 participant