-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hi! Thanks for this very convenient and reliable project!
I'm writing a rustc driver that analyses rust code. In my test suite, some of the tests pass --target i686-unknown-linux-gnu (or other targets) to my binary. Today this fails in crane because only the host target is available.
I know that crane can cross-compile if I give it the right target on the nix side, but that's not what I need: I want my crate to be compiled for the host as usual, yet have a few extra target toolchains available. Is that possible with crane?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request