diff options
author | reshilkin <reshilkin@yandex-team.com> | 2023-07-26 18:22:22 +0300 |
---|---|---|
committer | reshilkin <reshilkin@yandex-team.com> | 2023-07-26 18:22:22 +0300 |
commit | b6e3fc4bfaef9be7014a035044f5c91ce0133e55 (patch) | |
tree | 7b8cfa25031a52efdbc7fb9fda03298330903467 | |
parent | f14be8e3ca4426d5fb84d4fed941d62a249738a1 (diff) | |
download | ydb-b6e3fc4bfaef9be7014a035044f5c91ce0133e55.tar.gz |
Add explicit sanitizer dependencies for last projects
4 files changed, 7 insertions, 0 deletions
diff --git a/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.darwin-x86_64.txt index 7a2a187881..b9ca3bf523 100644 --- a/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.darwin-x86_64.txt @@ -35,6 +35,7 @@ target_link_libraries(clickhouse_client_udf INTERFACE libs-apache-arrow libs-apache-orc libs-apache-avro + cpp-sanitizer-include yql-minikql-dom library-yql-utils ) @@ -93,6 +94,7 @@ target_link_libraries(clickhouse_client_udf.global PUBLIC libs-apache-arrow libs-apache-orc libs-apache-avro + cpp-sanitizer-include yql-minikql-dom library-yql-utils ) diff --git a/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.linux-aarch64.txt b/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.linux-aarch64.txt index a08bd43c85..1eb1a3dfa4 100644 --- a/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.linux-aarch64.txt @@ -36,6 +36,7 @@ target_link_libraries(clickhouse_client_udf INTERFACE libs-apache-arrow libs-apache-orc libs-apache-avro + cpp-sanitizer-include yql-minikql-dom library-yql-utils ) @@ -95,6 +96,7 @@ target_link_libraries(clickhouse_client_udf.global PUBLIC libs-apache-arrow libs-apache-orc libs-apache-avro + cpp-sanitizer-include yql-minikql-dom library-yql-utils ) diff --git a/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.linux-x86_64.txt b/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.linux-x86_64.txt index a08bd43c85..1eb1a3dfa4 100644 --- a/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/udfs/common/clickhouse/client/CMakeLists.linux-x86_64.txt @@ -36,6 +36,7 @@ target_link_libraries(clickhouse_client_udf INTERFACE libs-apache-arrow libs-apache-orc libs-apache-avro + cpp-sanitizer-include yql-minikql-dom library-yql-utils ) @@ -95,6 +96,7 @@ target_link_libraries(clickhouse_client_udf.global PUBLIC libs-apache-arrow libs-apache-orc libs-apache-avro + cpp-sanitizer-include yql-minikql-dom library-yql-utils ) diff --git a/ydb/library/yql/udfs/common/clickhouse/client/ya.make b/ydb/library/yql/udfs/common/clickhouse/client/ya.make index f874768f81..5b4510b478 100644 --- a/ydb/library/yql/udfs/common/clickhouse/client/ya.make +++ b/ydb/library/yql/udfs/common/clickhouse/client/ya.make @@ -401,6 +401,7 @@ IF (CLANG AND NOT WITH_VALGRIND) contrib/libs/apache/arrow contrib/libs/apache/orc contrib/libs/apache/avro + library/cpp/sanitizer/include ydb/library/yql/minikql/dom ydb/library/yql/utils ) |