Skip to content

Conversation

@luigix25
Copy link
Contributor

When cross-compiling with CARGO_BUILD_TARGET, the build output path changes to include the target triple (e.g., target/<triple>/release/).

This leads to compilation errors as TARGET_PATH does not take that into account.

Update TARGET_PATH to include the target triple if set.

When cross-compiling with `CARGO_BUILD_TARGET`, the build output path
changes to include the target triple (e.g., `target/<triple>/release/`).

This leads to compilation errors as `TARGET_PATH` does not take that
into account.

Update `TARGET_PATH` to include the target triple if set.

Signed-off-by: Luigi Leonardi <leonardi@redhat.com>
@luigix25 luigix25 requested a review from a team as a code owner July 30, 2025 15:23
@chris-oo chris-oo enabled auto-merge (squash) July 30, 2025 17:15
@chris-oo chris-oo merged commit d186bc0 into microsoft:main Jul 30, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants