fix b_ubu_ubsan_clang running the address sanitizer instead of the undefined behavior sanitizer

This commit is contained in:
Kamil Śliwak 2023-03-06 19:00:56 +01:00
parent f341cfbfb6
commit ca55115ca5

View File

@ -650,7 +650,7 @@ defaults:
- job_b_ubu_ubsan_clang: &job_b_ubu_ubsan_clang
<<: *workflow_trigger_on_tags
name: b_ubu_ubsan_clang
cmake_options: -DSANITIZE=address
cmake_options: -DSANITIZE=undefined
# -----------------------------------------------------------------------------------------------
jobs: