You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub Actions workers now use 'ubuntu-24.04' image that have more
recent toolsets as a part of standard distribution.
'apt.llvm.org' package repository is no longer used for 'clang'.
'ppa:ubuntu-toolchain-r/test' package repository is no longer used for
'gcc'.
CMake presets for Boost, AWS SDK C++ and the main projects now use
'clang-18'.
GitHub Actions scripts now use 'clang18_xxx' presets instead of
'clang17_xxx'.
Clang Format and Clang Tidy invocations in GitHub Actions scripts
changed to version 18.
Fixed problem with missing comma in the 'Checks' section of the
'.clang-tidy' settings file which caused enabling 'fuchsia-*' checks
after switching to clang-18.
Fixed new clang-18-specific Clang Tidy warnings in the source code.
Verified that "-stdlib=libc++ -fsanitize=address" alloc-dealloc-mismatch
issue (llvm/llvm-project#59432) still exists
in Clang 18 - updated TODO item to try again in Clang 19.
Before running MTR we now completely disable MySQL Server AppArmor
profile in the GitHub Actions script.
0 commit comments