mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
ci: asan_check: No-op unless performing ASAN build
This commit is contained in:
parent
d162815ca9
commit
dd0fa4fd0e
@ -71,7 +71,9 @@ valgrind_check() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
asan_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() {(
|
run_unittests() {(
|
||||||
|
Loading…
Reference in New Issue
Block a user