-
Notifications
You must be signed in to change notification settings - Fork 37.8k
ci: clang-17 for fuzz and tsan #28465
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. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. |
080c739
to
674f86d
Compare
Looks like tidy fails with an error:
So I'll postpone that for now. |
674f86d
to
ae90ee1
Compare
Concept ACK. Could probably just disable |
Concept ACK. |
Looks like USDT is broken as well on Mantic, regardless of the clang version: #28467 (comment) Going to drop that as well, for now. |
ae90ee1
to
6a7a0bf
Compare
Concept ACK |
ci/test/01_base_install.sh
Outdated
@@ -42,7 +42,7 @@ if [ -n "$PIP_PACKAGES" ]; then | |||
fi | |||
|
|||
if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then | |||
git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-16.0.6 /msan/llvm-project | |||
git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-17.0.0-rc4" /msan/llvm-project | |||
|
|||
cmake -G Ninja -B /msan/clang_build/ \ | |||
-DLLVM_ENABLE_PROJECTS="clang" \ |
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.
unrelated: MAKEJOBS
does not work in this file, when building the docker image. Not sure what the best fix is for this.
Looks like msan also fails:
So I'll drop that as well for now. |
6a7a0bf
to
fa23c9a
Compare
This is ready for review. Follow-ups that need more work: |
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 fa23c9a - I can followup with MSAN & tidy
iwyu doesn't have a branch, so I think tidy will need to wait either way. Though, msan can be done, and shouldn't conflict with this pull in any way. |
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.
utACK fa23c9a
8735e2c ci: use LLVM/Clang 17 in tidy job (fanquake) ce46b68 ci: use LLVM 17.0.2 in MSAN jobs (fanquake) Pull request description: Also update MSAN to use 17.0.2. Related to #28465. ACKs for top commit: maflcko: lgtm ACK 8735e2c Tree-SHA512: 74452b95326cf065afe8332dc1b5b8e5ac12c8fe05c278a1cee017f87a7f7e0cdb8cac5e39d718c8ef587c8ee229bbaadd847df9f191313d41c5cdcab45e7c76
Bump clang in CI from 16 to 17, to: