Uh oh!
There was an error while loading. Please reload this page.
fix: use --retry-connrefused in curl invocations of bootstrap download - #110245
fix: use --retry-connrefused in curl invocations of bootstrap download#110245kayagokalp wants to merge 1 commit into
--retry-connrefused in curl invocations of bootstrap download#110245Conversation
rustbot
commented
Apr 12, 2023
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @ozkanonur (or someone else) soon. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
--retry to --retry-all-errors--retry-all-errors instead of --retry in curl invocations of bootstrap downloadonur-ozkan
commented
Apr 12, 2023
@rustbot author |
kayagokalp
commented
Apr 12, 2023
@rustbot label -S-waiting-on-author +S-waiting-on-review |
onur-ozkan
commented
Apr 12, 2023
this lgtm, once you squash your commits, we can merge the PR |
a529938 to
b065eefCompareonur-ozkan
commented
Apr 12, 2023
@bors r+ rollup |
bors
commented
Apr 12, 2023
…kanonur fix: use `--retry-all-errors` instead of `--retry` in curl invocations of bootstrap download closesrust-lang#110178.
matthiaskrgr
commented
Apr 13, 2023
Looks like ubuntu 20.04 image uses curl 7.68 https://packages.ubuntu.com/focal/curl |
onur-ozkan
commented
Apr 13, 2023
Yeah seems like @kayagokalp Can you replace the |
b065eef to
8f951daCompare--retry-all-errors instead of --retry in curl invocations of bootstrap download--retry-connrefused in curl invocations of bootstrap downloadkayagokalp
commented
Apr 13, 2023
@rustbot ready |
Uh oh!
There was an error while loading. Please reload this page.
8f951da to
fa28d22Compareonur-ozkan
commented
Apr 13, 2023
@bors r+ rollup |
bors
commented
Apr 13, 2023
…kanonur fix: use `--retry-connrefused` in curl invocations of bootstrap download helps with rust-lang#110178.
matthiaskrgr
commented
Apr 14, 2023
@bors r- rollup=iffy still failing |
klensy
commented
Apr 14, 2023
centos 7 image have curl 7.29 :-(. It's easier to download our own version and install/build it. |
onur-ozkan
commented
Apr 14, 2023
7.52 released in 2016, I was pretty sure that we have more recent version... "curl version 7.29. 0 was released on February 6 2013." :(
Doing custom build or installation just for couple new arguments, it doesn't really seem worth to me. cc @jyn514 |
onur-ozkan
commented
Apr 14, 2023
@rustbot blocked |
jyn514
commented
Apr 14, 2023
i agree. instead we can put the retry logic in Rust (and make sure not to retry if it's a 404). |
kayagokalp
commented
Apr 20, 2023
Going to close this for now, and re ignite once I got some time again if no one beats mo to it! |

helps with #110178.