dotnet / jitutils

MIT License
150 stars 60 forks source link

use retry for downloading clang tools #336

Closed kunalspathak closed 3 years ago

kunalspathak commented 3 years ago

Add retry logic during downloading clang tools in unix. Turns out we only added retry logic for windows in https://github.com/dotnet/jitutils/pull/327/files and not for linux.

kunalspathak commented 3 years ago

@dotnet/jit-contrib