mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
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:
commit
aeff485079
@ -650,7 +650,7 @@ defaults:
|
|||||||
- job_b_ubu_ubsan_clang: &job_b_ubu_ubsan_clang
|
- job_b_ubu_ubsan_clang: &job_b_ubu_ubsan_clang
|
||||||
<<: *workflow_trigger_on_tags
|
<<: *workflow_trigger_on_tags
|
||||||
name: b_ubu_ubsan_clang
|
name: b_ubu_ubsan_clang
|
||||||
cmake_options: -DSANITIZE=address
|
cmake_options: -DSANITIZE=undefined
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------------------------
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user