mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 12:25:51 +00:00
travis: dont hang when installing tzdata
This commit is contained in:
parent
3166685d94
commit
26c96e49cd
2 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,7 @@ if [ "X${ASAN_BUILD}" = "X1" ]; then
|
|||
export ASAN_OPTIONS="${ASAN_OPTIONS},print_suppressions=0"
|
||||
fi
|
||||
|
||||
: ${ASAN_SYMBOLIZER_PATH?"ASAN_SYMBOLIZER_PATH must be specified"}
|
||||
#: ${ASAN_SYMBOLIZER_PATH?"ASAN_SYMBOLIZER_PATH must be specified"}
|
||||
|
||||
# Run command without checking for leaks
|
||||
function run_no_lsan() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue