-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Error installing 1.50-x86_64-unknown-linux-musl
toolchain on macOS
#83154
Comments
This probably should go in https://github.com/rust-lang/rustup Edit: I was wrong |
@ehuss Any idea why this specific issue started in 1.50, and why it's not there in |
It doesn't apply to the I don't think there is any difference between As for why it changed in 1.50, the way the distribution manifest is created changed as part of #79788 (I think, it changed around the day that merged), so that instead of just indicating there is a single directory to install, the manifest now lists every file individually. cc @kinnison |
@ehuss Ah got it, I'm guessing Windows is built with a case-insensitive filesystem as well then. Is there a good reason Linux isn't? |
@probablykasper Linux by default does not use case-insensitive filesystems. |
I marked this as T-infra since I assume you want this to specifically track the failure to install the docs. If you just want to track the name collision this should be closed as a duplicate. |
…nflict, r=jyn514 Fix Self keyword doc URL conflict on case insensitive file systems (until definitely fixed on rustdoc) This is just a hack to allow rustup to work on macOS and windows again to distribute std documentation (hopefully once rust-lang/rfcs#3097 or an equivalent is merged). Fixes rust-lang#80504. Prevents rust-lang#83154 and rust-lang/rustup#2694 in future releases. cc `@kinnison` r? `@jyn514`
…nflict, r=jyn514 Fix Self keyword doc URL conflict on case insensitive file systems (until definitely fixed on rustdoc) This is just a hack to allow rustup to work on macOS and windows again to distribute std documentation (hopefully once rust-lang/rfcs#3097 or an equivalent is merged). Fixes rust-lang#80504. Prevents rust-lang#83154 and rust-lang/rustup#2694 in future releases. cc ``@kinnison`` r? ``@jyn514``
…nflict, r=jyn514 Fix Self keyword doc URL conflict on case insensitive file systems (until definitely fixed on rustdoc) This is just a hack to allow rustup to work on macOS and windows again to distribute std documentation (hopefully once rust-lang/rfcs#3097 or an equivalent is merged). Fixes rust-lang#80504. Prevents rust-lang#83154 and rust-lang/rustup#2694 in future releases. cc ``@kinnison`` r? ``@jyn514``
Seems to be fixed by #83678 |
Installing the
<version>-x86_64-unknown-linux-musl
toolchain worked for Rust 1.49, but doesn't in Rust 1.50. I'm on x86_64 macOS 10.14.6.Logs from running
rustup toolchain install 1.50-x86_64-unknown-linux-musl
:Not 100% sure if this is the right repo for it, please let me know if not.
The text was updated successfully, but these errors were encountered: