[build] hero_proc_lib_ui dep hardcodes /Volumes/T7 macOS path — blocks build for everyone else #81
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_router#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Cargo.toml:25in[workspace.dependencies]hardcodes a macOS dev path that doesn't exist on any other machine:Build fails for anyone not on that laptop:
Hit live during a herodemo deploy on 2026-05-01 — blocks
service_router install.Fix
Use the same git-dep shape as the siblings on lines 21-26:
That matches
hero_proc_sdkon the line right above. One-line change.Hygiene notes
_archive/teststability/README.mdalso has/Volumes/T7paths but those are docs and non-blocking. Worth a sweep for any other path leaks before the next release.A simple CI guard would catch this class of bug:
Run as a pre-merge check on every PR to
development. Same shape would catch/Users/path leaks too. Worth adding to other repos as well.