PS-10624 feature: Update build scripts to use clang-20 toolset (re-enable clang ASan runs)#104
Merged
percona-ysorokin merged 1 commit intomainfrom Mar 17, 2026
Merged
PS-10624 feature: Update build scripts to use clang-20 toolset (re-enable clang ASan runs)#104percona-ysorokin merged 1 commit intomainfrom
percona-ysorokin merged 1 commit intomainfrom
Conversation
…able clang ASan runs) https://perconadev.atlassian.net/browse/PS-10624 CMake presets for Boost, AWS SDK C++ and the main projects now use 'clang-20'. GitHub Actions scripts now use 'clang20_xxx' presets instead of 'clang1_xxx'. Clang Format and Clang Tidy invocations in GitHub Actions scripts changed to version 20. Fixed new clang-20-specific Clang Tidy warnings in the source code. Minor formatting fixes cause by clang-format-20. Verified that "-stdlib=libc++ -fsanitize=address" alloc-dealloc-mismatch issue (llvm/llvm-project#59432) is now fixed in clang-20. Because of that re-enabled MTR and CTest runs in the "Clang 20 ASan" GitHub Actions configuration.
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.
https://perconadev.atlassian.net/browse/PS-10624
CMake presets for Boost, AWS SDK C++ and the main projects now use 'clang-20'.
GitHub Actions scripts now use 'clang20_xxx' presets instead of 'clang1_xxx'.
Clang Format and Clang Tidy invocations in GitHub Actions scripts changed to version 20.
Fixed new clang-20-specific Clang Tidy warnings in the source code.
Minor formatting fixes cause by clang-format-20.
Verified that "-stdlib=libc++ -fsanitize=address" alloc-dealloc-mismatch issue (llvm/llvm-project#59432) is now fixed in clang-20. Because of that re-enabled MTR and CTest runs in the "Clang 20 ASan" GitHub Actions configuration.