-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use cross for window to linux #675
Comments
It looks like I was able to fix it by running
|
Glad you were able to solve it👍. This is a known and solved issue, current crates.io is heavily outdated, this is fixed on main. The issue comes from rustup: there was no suitable toolchain that included miri that could be downloaded. We've solved this kind of issue by specifying There is another unrelated warning here also, that you should probably add a target, and not an entire toolchain, but in our case this is actually what we want. the x86_64-unknown-linux-gnu toolchain is what is mounted into the docker container. Do note that current main is broken on windows, use #665 to make it not so. |
using Windows 11 x64 host machine, Powershell in admin shell.
rustc 1.59.0
The text was updated successfully, but these errors were encountered: