-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Update LLVM to 21.1.3 #147518
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
base: master
Are you sure you want to change the base?
Update LLVM to 21.1.3 #147518
Conversation
@bors try jobs=x86_64-gnu-distcheck |
This comment has been minimized.
This comment has been minimized.
Update LLVM to 21.1.3 try-job: x86_64-gnu-distcheck
This comment has been minimized.
This comment has been minimized.
💔 Test for d6659ce failed: CI. Failed jobs:
|
@bors try jobs=x86_64-gnu-distcheck |
Update LLVM to 21.1.3 try-job: x86_64-gnu-distcheck
This comment has been minimized.
This comment has been minimized.
rustbot has assigned @Mark-Simulacrum. Use |
|
|
cc @marcoieni (largedisk runner) |
@bors try jobs=x86_64-gnu-distcheck |
Update LLVM to 21.1.3 try-job: x86_64-gnu-distcheck
This comment has been minimized.
This comment has been minimized.
On that note, would you be willing to approve that "Remove a temporary directory" commit for beta backport as well? I think I would just grab that on top of the already-approved #146953 (which failed distcheck in backport before), since we don't have enough motivation for backporting the additional LLVM changes here AFAIK. |
You can also r=me for the bootstrap change (or we can land it in a separate PR if that helps for backporting). |
.current_dir(plain_src_dir) | ||
.run(builder); | ||
// Mitigate pressure on small-capacity disks. | ||
fs::remove_dir_all(plain_src_dir).unwrap(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should these be builder.remove_dir(..)
?
But anyway, somehow this unwrap failed NotFound
when I tried it on beta:
#147571 (comment)
I'm not sure how that can be when it was the current_dir
of the commands just before!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found there is a dry run before.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I was close to the answer with my suggested change, and didn't even realize it! 😅
@bors try jobs=x86_64-gnu-distcheck |
This comment has been minimized.
This comment has been minimized.
Update LLVM to 21.1.3 try-job: x86_64-gnu-distcheck
This comment has been minimized.
This comment has been minimized.
💔 Test for b118d5e failed: CI. Failed jobs:
|
@bors try jobs=x86_64-gnu-distcheck |
Update LLVM to 21.1.3 try-job: x86_64-gnu-distcheck
This comment has been minimized.
This comment has been minimized.
@bors r=cuviper,Kobzol rollup=never |
Fixes #146742.
After #146124, we need more space to run x86_64-gnu-distcheck if building LLVM from source. According to the building log, the space freed by
free-disk-space-linux.sh
is not entirely available.