fix(build): stable generated_profile header path (#36) #64
No reviewers
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_os!64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "36-build-header-path"
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?
Fourth slice on #36. The header line of
crates/hero_os_app/src/generated_profile.rsembedded aCARGO_MANIFEST_DIR-derived absolute path, so fresh builds on different dev machines produced a spurious diff on every commit (e.g./Users/mahmoud/…↔/Users/timurgordon/…).build.rsnow emits a stable path —HERO_CONFIGverbatim if set, otherwise justconfig.toml.Verification
Test plan
cargo build -p hero_os_app→git diffshows no change to the header line.Refs #36.
🤖 Generated with Claude Code