mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 03:35:55 +00:00
ci: Don't run tsan unit tests, build 3rd party for gcc.tsan heavy-arm64 (#2347)
This commit is contained in:
3
.github/scripts/conan/generate_matrix.py
vendored
3
.github/scripts/conan/generate_matrix.py
vendored
@@ -22,9 +22,6 @@ def generate_matrix():
|
||||
itertools.product(MACOS_OS, MACOS_CONTAINERS, MACOS_COMPILERS),
|
||||
):
|
||||
for sanitizer_ext, build_type in itertools.product(SANITIZER_EXT, BUILD_TYPES):
|
||||
# libbacktrace doesn't build on arm64 with gcc.tsan
|
||||
if os == "heavy-arm64" and compiler == "gcc" and sanitizer_ext == ".tsan":
|
||||
continue
|
||||
configurations.append(
|
||||
{
|
||||
"os": os,
|
||||
|
||||
Reference in New Issue
Block a user