Skip to content

Commit db7569a

Browse files
committed
[asan] Return abort_on_error=0
Fails on sanitizer-aarch64-linux-bootstrap-asan.
1 parent 0ed95ee commit db7569a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/buildbot/builders/sanitizers/buildbot_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ function build_stage2 {
293293
export ASAN_SYMBOLIZER_PATH="${llvm_symbolizer_path}"
294294
# TODO strict_init_order=true
295295
export ASAN_OPTIONS="check_initialization_order=true"
296-
export ASAN_OPTIONS+=":${san_options}"
296+
export ASAN_OPTIONS+=":${san_options}:abort_on_error=0"
297297
llvm_use_sanitizer="Address"
298298
fsanitize_flag="-fsanitize=address"
299299
elif [ "$sanitizer_name" == "hwasan" ]; then

0 commit comments

Comments
 (0)