Revert "Disable skim (Rust library) under memory sanitizer"

This commit is contained in:
Azat Khuzhin 2023-06-05 09:51:16 +03:00
parent 3c5bd78856
commit f1058d2d9d

View File

@ -14,11 +14,6 @@ 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 '$'