ci: add memory sanitization check #9

Merged
light7734 merged 7 commits from ci/msan into main 2025-07-20 11:12:30 +00:00
Showing only changes of commit e024453717 - Show all commits

View file

@ -4,6 +4,11 @@ set -e
cd $(git rev-parse --show-toplevel)/ cd $(git rev-parse --show-toplevel)/
rm -rf ./build rm -rf ./build
echo 'Static analysis is currently disabled as code is filled with failing clang-tidy checks'
echo 'Runng this would be a waste of CPU cycles and electricty'
echo 'Fix the checks before removing these lines'
exit 1
conan build . \ conan build . \
-c tools.system.package_manager:mode=install \ -c tools.system.package_manager:mode=install \
-c tools.cmake.cmaketoolchain:generator=Ninja \ -c tools.cmake.cmaketoolchain:generator=Ninja \