-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
postinstall: download: retry if download is stuck
This reimplements fetchWithRetry to manually watch the progress of the download, and if there has been no progress in five seconds, abort the download and retry. This will hopefully resolve issues in CI where the whole download times out after ten minutes because the downloads get stuck. Signed-off-by: Mark Yen <[email protected]>
- Loading branch information
Showing
2 changed files
with
130 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -820,6 +820,7 @@ udhcpc | |
UEFI | ||
Unauthed | ||
UNCONFIGURED | ||
Undici | ||
unexpose | ||
unexposing | ||
unfetch | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters