MDBF-1185: Clang 22 released - update image#916
Merged
RazvanLiviuVarzaru merged 3 commits intoMariaDB:devfrom Mar 4, 2026
Merged
MDBF-1185: Clang 22 released - update image#916RazvanLiviuVarzaru merged 3 commits intoMariaDB:devfrom
RazvanLiviuVarzaru merged 3 commits intoMariaDB:devfrom
Conversation
The mariadbd --bootstrap still caused a large stack trace on exit similar to the problem that existed in clang-20. Unlike clang-20 the libunwind becomes hard linked to the generated executable. As the libunwind19 is a SONAME compatible library it is replaced so the test MSAN execution can occur.
67f5359 to
b7c4892
Compare
1 task
Member
Author
|
clang 21 was failing on debian mirror repo error, but not concerned as its not used. clang-20 is the same. Tested clang-22 |
RazvanLiviuVarzaru
approved these changes
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For #912
https://discourse.llvm.org/t/llvm-22-1-0-released/89950
Released, despite note about official binaries, they are there:
124a2eb already added the builder. These ARG CLANG_DEV_VERSION causes the non-development version to be used for clang 22.
The GPG issue has also been resolve by llvm folks.