You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jit-decisions-analyze -> /home/runtime-utils/Runner/jitutils/src/jit-decisions-analyze/bin/Release/net6.0/ubuntu.22.04-arm64/jit-decisions-analyze.dll
jit-decisions-analyze -> /home/runtime-utils/Runner/jitutils/bin/
/usr/bin/curl
Downloading clang-format to bin directory
#=#=#
##O#-#
##O=# #
curl: (22) The requested URL returned error: 404
chmod: cannot access 'bin/clang-format': No such file or directory
Downloading clang-tidy to bin directory
#=#=#
##O#-#
##O=# #
curl: (22) The requested URL returned error: 404
chmod: cannot access 'bin/clang-tidy': No such file or directory
Either clang-tidy or clang-format was not installed. Please install and put them on the PATH to use jit-format.
Tools can be found at http://llvm.org/releases/download.html#3.8.0
ERROR: Failed to download clang-format and clang-tidy.
Manually downloading them to bin/clang-format and bin/clang-tidy seems to work okay.
The text was updated successfully, but these errors were encountered:
Trying to bootstrap on an Ubuntu 22.04 Arm64 machine, the script is unable to obtain builds from https://clrjit.blob.core.windows.net/
Manually downloading them to
bin/clang-format
andbin/clang-tidy
seems to work okay.The text was updated successfully, but these errors were encountered: