Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing arm64 tools blocking bootstrap #376

Open
MihaZupan opened this issue Jul 7, 2023 · 0 comments
Open

Missing arm64 tools blocking bootstrap #376

MihaZupan opened this issue Jul 7, 2023 · 0 comments

Comments

@MihaZupan
Copy link
Member

MihaZupan commented Jul 7, 2023

Trying to bootstrap on an Ubuntu 22.04 Arm64 machine, the script is unable to obtain builds from https://clrjit.blob.core.windows.net/

  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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant