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
In libc, some of our build jobs use rustup target add <target> many times, and some times, these build jobs fail spuriously because one of those commands fails to download what's required. Retrying the download solves the issue.
There should be an easy way to get rustup to retry downloading artifacts a couple of times. Pretty much every application that downloads artifacts has this, and it is a pain to work around the lack of this feature in POSIX compliant shell scripts.
The text was updated successfully, but these errors were encountered:
In libc, some of our build jobs use
rustup target add <target>
many times, and some times, these build jobs fail spuriously because one of those commands fails to download what's required. Retrying the download solves the issue.There should be an easy way to get
rustup
to retry downloading artifacts a couple of times. Pretty much every application that downloads artifacts has this, and it is a pain to work around the lack of this feature in POSIX compliant shell scripts.The text was updated successfully, but these errors were encountered: