-
Notifications
You must be signed in to change notification settings - Fork 747
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
Use clang 15 to avoid ASan test flakes that 14 has #6125
Conversation
This seems to fix these annoying flakes on the asan tests. Those tests passed 5 times in a row here using clang 15, while with clang 14 (as on main) pretty much every run has been failing for me these last few days... |
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.
It would be nice in theory to have a unified mechanism for installing LLVM between the lint runner and the asan runner, but using this action does seem more convenient and the docs don't mention it installing any of the tools the lint runner needs.
Landing. If we see this error come up again then we can back this out. |
see #6116