ci(amd64/clang/lsan): fix suppression path
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
light7734 2025-10-08 13:01:17 +03:30
parent b763b10034
commit cbe391ba32
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

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