We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
brian@DESKTOP-CODN6ST MINGW64 /c/Users/brian/Documents/dev/taskcluster-crater/rs $ rustup update stable info: syncing channel updates for 'stable-x86_64-pc-windows-msvc' info: update not yet available, sorry! try again later error: checksum failed, expected: '6a73d4aa8eccdfe03fdd7ddd84685c8ccba3ca6516db0475197ef40a21686a52', calculated: '4cf9a1a74dd0d5fdf0b0fabf473e8940f759093b3a1f11c8cef7a9f554d99c5b'
The whole point of the "update not yet available" is to mask the spurious error!
The text was updated successfully, but these errors were encountered:
The thing to do here is locate this code path and make it exit successfully instead of error.
Sorry, something went wrong.
Can I take up this issue ?
@alisha17 Yes you may!
This work item is still available.
Auto merge of #1120 - crazymerlyn:checksum_fail_is_ok, r=Diggsey
1434889
Exit successfully on "update not yet available" Fixes #990.
No branches or pull requests
The whole point of the "update not yet available" is to mask the spurious error!
The text was updated successfully, but these errors were encountered: