-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
A-cross-compilingArea: using --target flag for other platformsArea: using --target flag for other platformsC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Description
Allow users to specify multiple targets, such as both x86_64-unknown-linux-gnu and x86_64-unknown-linux-musl, so that cargo build
produces both artifacts.
By the way, how will the filename paths differentiate between multiple targets? Gox allows the target metadata to appear in the destination filepath, for example.
Minoost, he-la, blueridanus, NotIntMan, andyfleming and 5 more
Metadata
Metadata
Assignees
Labels
A-cross-compilingArea: using --target flag for other platformsArea: using --target flag for other platformsC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`