-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
something is weird about llvm submodule handling #124162
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Comments
Was the |
I guess that could have been the case 🤔 |
Then let's close the issue for now. If the problem recurs, we can reopen it. |
still an issue 😿 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
I just observed the following:
I did a git pull and it downloaded a bunch of llvm submodule data.
Afterwards, I did an
x.py install
, I'm not sure what happened with the llvm submodule but llvm did NOT get rebuilt, so probably nothing touched it?Then, I did another x.py install afterwards, without touching anything on the repo and THAT did start rebuilding llvm again.
I'm having a gut feeling that we should have had rebuilt llvm already on the first x.py install but I don't know what the underlying issue is.
cfg:
The text was updated successfully, but these errors were encountered: