Merge pull request #50539 from ClickHouse/skim-msan

Disable skim (Rust library) under memory sanitizer
This commit is contained in:
robot-ch-test-poll 2023-06-04 15:03:14 +02:00 committed by GitHub
commit b8f9a57797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,11 @@ if (OS_FREEBSD)
return()
endif()
if (SANITIZE STREQUAL "memory")
message(STATUS "skim is disabled under memory sanitizer, because the interop is not instrumented properly")
return()
endif()
clickhouse_import_crate(MANIFEST_PATH Cargo.toml)
# -Wno-dollar-in-identifier-extension: cxx bridge complies names with '$'