mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
ci: asan_check: No-op unless performing ASAN build
This commit is contained in:
@@ -71,7 +71,9 @@ valgrind_check() {
|
||||
}
|
||||
|
||||
asan_check() {
|
||||
check_logs "${1}" "*san.*" | asan_symbolize
|
||||
if test "${CLANG_SANITIZER}" = "ASAN_UBSAN" ; then
|
||||
check_logs "${1}" "*san.*" | asan_symbolize
|
||||
fi
|
||||
}
|
||||
|
||||
run_unittests() {(
|
||||
|
Reference in New Issue
Block a user