-
Notifications
You must be signed in to change notification settings - Fork 37.7k
ci: switch MSAN to use prebuilt Clang binaries #31850
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
Conversation
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code Coverage & BenchmarksFor details see: https://corecheck.dev/bitcoin/bitcoin/pulls/31850. ReviewsSee the guideline for information on the review process. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
423fac6
to
4fdb96f
Compare
🚧 At least one of the CI tasks failed. HintsTry to run the tests locally, according to the documentation. However, a CI failure may still
Leave a comment here, if you need help tracking down a confusing failure. |
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.
lgtm. The clang compilation was done back when APT_LLVM_V
wasn't available. Seems fine to use now and should be trivial to revert if there is an issue.
Also looks good to me! A docker build (with [+] Building 1521.2s (9/9) FINISHED to [+] Building 196.8s (9/9) FINISHED Should be a nice win on CI runs (and for users) where a rebuild would have previously been triggered (which can be caused by almost anything). |
4fdb96f
to
28664f3
Compare
Swapped to rc2. Needs a fixup for MSAN fuzz. |
For fuzzing end-users, you might consider touching up the wording in: Lines 104 to 112 in 55cf39e
...to directly mention using pre-built llvm bins (although it does already say to use the CI job as a reference which is and will remain accurate). |
Use the packages from https://apt.llvm.org/.
28664f3
to
3d5da9f
Compare
What is the error? |
Yeah, I don't think this works. This is probably #24289 |
Yea, I don't think so. We can circle back around to this soon. |
PIcked up in #32999. |
Use the packages from https://apt.llvm.org/.