wip
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
light7734 2025-10-09 12:42:17 +03:30
parent bffd2a04c2
commit c1cf35b2af
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -30,7 +30,8 @@ cmake . \
-Wl,-rpath,/libcxx_lsan/lib" \
&& cmake --build ./build -j`nproc`
export LSAN_OPTIONS="suppressions=$(git rev-parse --show-toplevel)/tools/ci/amd64/clang/lsan.supp"
export LSAN_OPTIONS="suppressions=$(git rev-parse --show-toplevel)/tools/ci/amd64/clang/lsan.supp:fast_unwind_on_malloc=0"
export LSAN_SYMBOLIZER_PATH="$(which llvm-symbolizer)"
for test in $(find ./build -type f -name '*_tests' -executable); do
echo "Running $test"
"$test"