Fix Makefile TARGET detection for container builds #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