-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
cannot install rust-src component for nightly-2020-07-21 #74577
Comments
Rustup doesn't support symlink entry in tar file: https://github.com/rust-lang/rustup/blob/ac1a8c415b5c2886275ca92a3a8f3a4cd0587711/src/dist/component/package.rs#L397-L407
|
Once this is fixed we should look into checking that we're not creating these tarballs on the dist builders (rather than failing "late" when rustup fails to install) |
Getting the same with |
Posted a fix at #74578. |
Not sure if this is due to the packaging, or if it is a rustup bug, but I cannot install the rust-src component for the latest nightly-2020-07-21.
Fails on macOS and Linux with the same error.
I'll try to dig in some tonight, but figured I'd file this to see if anyone has any ideas. If I had to take a wild guess, I would say it may be related to #74520.
rustup 1.22.1 (b01adbbc3 2020-07-08)
The text was updated successfully, but these errors were encountered: