If cache.julialang.org is down, try to download Busybox from the upstream URL#47015
If cache.julialang.org is down, try to download Busybox from the upstream URL#47015DilumAluthge merged 1 commit intomasterfrom
cache.julialang.org is down, try to download Busybox from the upstream URL#47015Conversation
6552cd2 to
6781838
Compare
|
Does anyone know how to make the commit coauthorship show up correctly? |
LilithHafner
left a comment
There was a problem hiding this comment.
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.orgis down, try to download Busybox from the upstream URLCo-authored-by: Lilith Hafner [email protected]