diff --git a/tools/ci/amd64/clang/msan.sh b/tools/ci/amd64/clang/msan.sh index 0debea8..68f1112 100755 --- a/tools/ci/amd64/clang/msan.sh +++ b/tools/ci/amd64/clang/msan.sh @@ -34,7 +34,7 @@ cmake . \ -L/libcxx_msan/lib -Wl,-rpath,/libcxx_msan/lib \ -lc++ \ -lc++abi" \ -&& cmake --build ./build --target='assets_tests' -j`nproc` +&& cmake --build ./build -j`nproc` export MSAN_SYMBOLIZER_PATH="$(which llvm-symbolizer)" export MSAN_OPTIONS="fast_unwind_on_malloc=0:verbosity=1:report_umrs=1"