Disable skim (Rust library) under memory sanitizer

This commit is contained in:
Alexey Milovidov 2023-06-04 05:00:29 +02:00
parent e548e4b38c
commit 53ec091c8d

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 '$'