mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fix b_ubu_ubsan_clang running the address sanitizer instead of the undefined behavior sanitizer
This commit is contained in:
parent
f341cfbfb6
commit
ca55115ca5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user