You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When rustup is run in an armv7 docker container, which is running on an aarch64 host, it will select an aarch64 toolchain, instead of selecting an arm32 one.
Steps
sudo docker run --platform=linux/arm/v7 --rm -it ubuntu:jammy
This is a known issue and I'm willing to look into it when I have time to do so. Please refer to #3307 for further updates 1 :)
Footnotes
Would you be so kind to close this issue? Our main maintainer here has limited bandwidth these days and it would be so nice if you can do us a favor and close this issue as duplicate. Thanks again 🙏 ↩
Problem
When
rustup
is run in an armv7 docker container, which is running on an aarch64 host, it will select an aarch64 toolchain, instead of selecting an arm32 one.Steps
sudo docker run --platform=linux/arm/v7 --rm -it ubuntu:jammy
apt update && apt install curl
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable --profile minimal
You will see:
However it should be selecting an arm32 host triple.
(Note that it'll also hang due to #3122, but that's a separate issue.)
Possible Solution(s)
No response
Notes
No response
Rustup version
rustup-init 1.26.0 (5af9b9484 2023-04-05)
Installed toolchains
n/a
The text was updated successfully, but these errors were encountered: