Merge pull request #14030 from ethereum/fix-ubsan-asan-sanitizer-mixup-in-ci

Fix `b_ubu_ubsan_clang` running the address sanitizer instead of the undefined behavior sanitizer
This commit is contained in:
Kamil Śliwak 2023-03-07 11:17:05 +01:00 committed by GitHub
commit aeff485079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: