fix: explain missing CC2 source bundle#3242
Conversation
|
Maintainer merge request: this PR is currently mergeable and has no reported failing checks. I attempted to merge it, but GitHub returned a permission error for my account ( |
|
Good improvement on diagnostics here. The explicit CC2_SOURCE_OMX env var for source bundle selection is a sensible escape hatch — much better than silently guessing. One thought: would it be worth logging the searched paths at the warn level by default (before failure), so users can see potential mismatches earlier in their workflow rather than only on error? Overall looks clean, and keeping clippy green is appreciated. Nice work. |
Summary
Test Plan
Notes
The board generator still requires the frozen CC2 source bundle. This change makes the failure actionable instead of silently guessing or fabricating source artifacts.