aarch64-unknown-linux-musl
fails to install for 1.62
but works for 1.62.x
#3061
Labels
aarch64-unknown-linux-musl
fails to install for 1.62
but works for 1.62.x
#3061
Problem
With
channel = "1.62"
specified in myrust-toolchain.toml
cargo commands fail when installing theaarch64-unknown-linux-musl
component.The complete toolchain file:
The output:
Specifying
1.62.1
(the current latest for the 1.62.x line) instead of1.62
seems to work fine.Steps
Again, the contents of the
rust-toolchain.toml
used here are as follows:Possible Solution(s)
No response
Notes
For now, my workaround is to specify the three-part version.
Rustup version
Installed toolchains
The text was updated successfully, but these errors were encountered: