-
Notifications
You must be signed in to change notification settings - Fork 13.4k
x install
fails because bootstrap can't copy files from the llvm-project submodule
#141393
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
Comments
What specifically are
|
Quoting #140913 (comment) : I'm on top of the following commit: So, it includes this fix: |
Can you please share your |
There was no bootstrap.toml. There was only bootstrap.example.toml that came with the repo by default when you clone it. I used
No |
@onur-ozkan Could you please comment? Thanks! |
Seems like LLVM submodule isn't initialized. I will check that shortly. |
x install
fails because bootstrap can't copy files from the llvm-project submodule
Yeah, that was the problem. #141568 should fix this. |
dist: make sure llvm-project submodule is present Zero-config `x install` fails when bootstrap tries to copy files from the LLVM submodule because it's not properly initialized/handled. This diff handles that. Fixes rust-lang#141393
This goes back to:
#140913
Specifically:
#140913 (comment)
The fix did not work for me due to build issues. Could this be an incomplete fix?
The text was updated successfully, but these errors were encountered: