]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #50606 - kennytm:retry-docker-cache, r=alexcrichton
authorAlex Crichton <alex@alexcrichton.com>
Thu, 10 May 2018 16:35:38 +0000 (11:35 -0500)
committerGitHub <noreply@github.com>
Thu, 10 May 2018 16:35:38 +0000 (11:35 -0500)
Retry when downloading the Docker cache.

As a safety measure, prevent spuriously needing to rebuild the docker image in case the network was reset while downloading.

Also, adjusted the retry function to insert a sleep between retries, because retrying immediately will often just hit the same issue.


Trivial merge