Does cross use the local rustc or the docker image's compiler? #1620
Replies: 1 comment
-
cross mounts a rust toolchain "installed" on the host, usually using platform x86_64-unknown-linux-gnu the toolchain used can be overridden with |
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.
-
Am I wrong in thinking that cross on my windows machine uses the version of rustc that I installed with rustup?
Or is it using a version of rustc in the cross Docker image? And in this case, which version?
Beta Was this translation helpful? Give feedback.
All reactions