Improve the use of ubsan in SITL pipeline

Also some general minor sanitizer improvements.
This commit is contained in:
Lukas Woodtli
2018-09-30 21:04:01 +02:00
committed by Daniel Agar
parent 9530b6c24d
commit 587c2e2477
2 changed files with 17 additions and 15 deletions

View File

@@ -193,6 +193,7 @@ pipeline {
} //stages
environment {
ASAN_OPTIONS = 'detect_stack_use_after_return=1:check_initialization_order=1'
UBSAN_OPTIONS = 'print_stacktrace=1'
CCACHE_DIR = '/tmp/ccache'
CI = true
CTEST_OUTPUT_ON_FAILURE = 1