You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.
The most likely reason for this to happen is that the network request in live_package_url failed. It should probably have a retry loop and not be allowed to fail for any package in the host_list.
The text was updated successfully, but these errors were encountered:
Actually, the exact criteria for not being allowed to fail is probably complex. Tier 1 targets can't fail. Other targets can fail, but then every single package for that target also needs to fail. It's not valid for required components to be listed as unavailable if the package they belong to is available.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
See rust-lang/rustup#708 where cargo didn't exist.
The most likely reason for this to happen is that the network request in
live_package_url
failed. It should probably have a retry loop and not be allowed to fail for any package in thehost_list
.The text was updated successfully, but these errors were encountered: