Feature request: support --target host-tuple
#2858
Closed
vmeurisse
started this conversation in
Feature requests
Replies: 2 comments
-
|
Thanks for flagging this. Implemented in #2872. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This is out in cargo-nextest 0.9.117. Thanks again! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Motivation
Cargo 1.91.0 introduced
--target host-tupleas a convenient alternative to--target "$(rustc --print host-tuple)".This is convenient for embedded programing where part of the code doesn't compile on the host machine. So the default target is set for the microcontroller but needs to be overridden for the part that can be tested on the host machine.
Proposal
Add support of
host-tupleAlternatives
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions