dotnet / jitutils

MIT License
146 stars 59 forks source link

Add download retry on failure for clang tools #327

Closed BruceForstall closed 3 years ago

BruceForstall commented 3 years ago

On download failure, add 3 retries, with 15 second waits between them.

BruceForstall commented 3 years ago

(Hopefully) fixes https://github.com/dotnet/runtime/issues/51943

I can't force the downloads to fail, but I did test it with artificial failures.

@dotnet/jit-contrib PTAL cc @ViktorHofer @trylek @jkoritzinsky @hoyosjs