mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 23:03:45 +01:00
The build scripts inside the image retry after a failure. However, there may be some rare network failures inside the container engine. For example, when pulling the underlying base image, or when pulling the docker cache. Thus, retry after a failure once, which should hopefully fix https://github.com/bitcoin/bitcoin/issues/33640.