-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Update to 1.26.1 fails on ARM due to missing docs artifact #51097
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
Comments
|
Tested this locally, the bug only appears when running
|
I've added a note about using install instead of update to the blog post, hopefully that should be sufficient. |
Can we get a rustup release that ignores a component if it's missing from the new manifest before releasing 1.26.1 though? I can try working on a PR tomorrow. |
@Mark-Simulacrum: Sure thing. Even though it may no longer be interesting (due to the whole install vs update thing) here's the output you requested:
Ignoring certain components if they are missing seems like a valid option. As long as it is not strictly necessary (in this case |
OK, the PR fixing rustup is merged, it would be nice to have a new rustup release out before 1.26.1. |
This can be considered as fixed now. |
I cannot update to rust version
1.26.1
(nor1.26.0
) onarm-unknown-linux-gnuabihf
. Rustup fails with:My rustup is on the newest version:
According to a post on reddit it seems to be working on
armv7-unknown-linux-gnueabihf
.edit: CC @pietroalbini
The text was updated successfully, but these errors were encountered: