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:01:14 +01:00
parent f341cfbfb6
commit ca55115ca5
+1 -1
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: