ci: make sure to fail CI if asan detects errors, but don't run leak checks for now
previous setting was causing CI to pass even with asan errors
This commit is contained in:
parent
0c4aab737d
commit
f3b3a4de2f
|
|
@ -31,7 +31,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# not yet free of memory leaks, so don't abort on leak detection
|
# not yet free of memory leaks, so don't abort on leak detection
|
||||||
export ASAN_OPTIONS=exitcode=0
|
export ASAN_OPTIONS=detect_leaks=false
|
||||||
|
|
||||||
make -j8 VERBOSE=1 || exit 1
|
make -j8 VERBOSE=1 || exit 1
|
||||||
cpack || exit 1
|
cpack || exit 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue