Fix Makefile TARGET detection for container builds #2
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_router!2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_fix_makefile_target"
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?
Fix
make installfailing in container environments whereCARGO_TARGET_DIRis set butpython3may not be available.Changes
CARGO_TARGET_DIRdirectly when set, falling back tocargo metadata+python3detection, thentarget/Testing
make installsucceeds locallyCARGO_TARGET_DIR=/tmp/test make -n installresolves correctlyRelated: lhumina_code/hero_services#29
WIP: Fix Makefile TARGET detection for container buildsto Fix Makefile TARGET detection for container builds@timur
Lmk what you think! We can review + merge, and also cherry pick and close the PR too.
Pull request closed