dotnet / jitutils

MIT License
144 stars 59 forks source link

Print the clang tools download url #368

Closed kunalspathak closed 1 year ago

kunalspathak commented 1 year ago

The clang-format and clang-tidy tool is failing to download although validate_url is not complaining about the url. I am guessing the latest dotnet arcade in https://github.com/dotnet/runtime/pull/84698 might have broken the dotnet --info | grep RID output because of which we might not be populating the url correctly. Added some logging.

Related: https://github.com/dotnet/runtime/issues/84780

kunalspathak commented 1 year ago

Fixed by https://github.com/dotnet/runtime/pull/84799