build conan deps with sanitizers to fix tsan crashes

Signed-off-by: Pratik Mankawde <pmankawde@ripple.com>
This commit is contained in:
Pratik Mankawde
2025-11-19 15:34:24 +00:00
parent 5befd5d249
commit d026d0640f
7 changed files with 234 additions and 215 deletions

View File

@@ -208,7 +208,8 @@ def generate_strategy_matrix(all: bool, config: Config) -> list:
'build_only': build_only,
'build_type': build_type,
'os': os,
'architecture': architecture
'architecture': architecture,
'sanitizers': 'Address'
})
linker_flags = ''
@@ -239,7 +240,8 @@ def generate_strategy_matrix(all: bool, config: Config) -> list:
'build_only': build_only,
'build_type': build_type,
'os': os,
'architecture': architecture
'architecture': architecture,
'sanitizers': 'Thread'
})
else:
if cxx_flags: