-
Notifications
You must be signed in to change notification settings - Fork 6
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
cmake, ci: Bump clang version to 15 #159
Conversation
Is this being moved away from our minimum on purpose? Otherwise I don't see why this is needed, or how bitcoin#29859 is related to unreachable code warnings. |
These CI tasks are to test CMake-specific points of the build system rather than compiler support in general. And
To keep CI config simpler.
bitcoin#29859 is related to compiling with clang-15. And unreachable code warnings are observable on clang-14. |
FWIW on latest
|
I'm assuming that's on FreeBSD? If so, I assume it's because we currently outright disable thread local. |
@fanquake, yes to both. |
dd518d0
to
88ace09
Compare
Rebased to resolve conflicts. |
-Wunreachable-code
warnings.
I've updated PR title and description in the light of the merged bitcoin#29165. |
Bump clang version to 15. Drop jobs with clang 14.
On Ubuntu 22.04, the default gcc is 11.2.0.
88ace09
to
8fd40d4
Compare
utACK 8fd40d4 |
See bitcoin#29165.