-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
If cache.julialang.org
is down, try to download Busybox from the upstream URL
#47015
Conversation
6552cd2
to
6781838
Compare
Does anyone know how to make the commit coauthorship show up correctly? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even with a backup URL and retries, there is still a chance that the download fails. Given that we already have a case for busybox not being available, I think it makes sense to put the download in the try block as well as the integrity test.
Yes, but we want that to lead to a CI failure, so that we notice. If downloads from the upstream URL are failing frequently enough for us to notice, then we likely need to identify a different mirror for this download. |
Is the same true for the case where |
Yeah, I was just looking at that. I was thinking that for local use, maybe we allow that to fail, but on CI, we throw an error if it fails. So e.g. we check |
6781838
to
16e9120
Compare
604ccb7
to
ab0d96f
Compare
…stream URL Co-authored-by: LilithHafner <[email protected]>
ab0d96f
to
8f51c0b
Compare
Did this break CI? I am seeing:
|
Whoops, expected failures strike again; we didn't notice the breakage because windows testers are already failing with the clipboard error. :/ |
Fixes the error introduced by #47015 for windows tests.
Fixes the error introduced by #47015 for windows tests.
cache.julialang.org
is down, try to download Busybox from the upstream URLCo-authored-by: Lilith Hafner [email protected]