Skip to content
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

Retry downloads #1667

Closed
gnzlbg opened this issue Feb 20, 2019 · 0 comments · Fixed by #2121
Closed

Retry downloads #1667

gnzlbg opened this issue Feb 20, 2019 · 0 comments · Fixed by #2121

Comments

@gnzlbg
Copy link
Contributor

gnzlbg commented Feb 20, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant