CI broken: hero_admin_lib uses local path dep instead of git reference #132
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#132
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?
Problem
The workspace
Cargo.tomldeclareshero_admin_libas a local path dependency:This path does not exist in CI or on any machine where only this repo is cloned. The build fails immediately during manifest resolution with:
Fix
Replace the local path with a git reference, matching the pattern used by all other Hero framework dependencies:
This is the same fix applied to
hero_biz(commit0c52e37) andhero_osis(issue #51).Fixed in commit
09a9da0— switched to git reference.