fix: honor CARGO_TARGET_DIR in Makefile #104
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_compute!104
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_fix_makefile_cargo_target_dir"
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?
The Makefile hardcoded RELEASE_DIR to target/, so users who export
CARGO_TARGET_DIR (a shared build cache, common in the Hero env) saw
make build fail with "cp: cannot stat target/.../hero_compute" even
though cargo had built the binaries successfully into the configured
target dir.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com