diff options
author | udovichenko-r <rvu@ydb.tech> | 2023-11-01 19:20:35 +0300 |
---|---|---|
committer | udovichenko-r <rvu@ydb.tech> | 2023-11-01 19:57:08 +0300 |
commit | 8156ba1fd618ef329fd4db57bcf47524b73be5b6 (patch) | |
tree | aae32d17007491f3b57e3ee1540784454be1f7c5 | |
parent | 46411ed046d9fcbf33d7d04fcd2858475c1a56e3 (diff) | |
download | ydb-8156ba1fd618ef329fd4db57bcf47524b73be5b6.tar.gz |
[yql] Another fix of oss build
YQL-17063
5 files changed, 5 insertions, 0 deletions
diff --git a/ydb/library/yql/dq/actors/spilling/ut/CMakeLists.darwin-x86_64.txt b/ydb/library/yql/dq/actors/spilling/ut/CMakeLists.darwin-x86_64.txt index 53416a7713..ce0ed24c3e 100644 --- a/ydb/library/yql/dq/actors/spilling/ut/CMakeLists.darwin-x86_64.txt +++ b/ydb/library/yql/dq/actors/spilling/ut/CMakeLists.darwin-x86_64.txt @@ -24,6 +24,7 @@ target_link_libraries(ydb-library-yql-dq-actors-spilling-ut PUBLIC cpp-actors-testlib ydb-library-services yql-sql-pg_dummy + udf-service-exception_policy ) target_link_options(ydb-library-yql-dq-actors-spilling-ut PRIVATE -Wl,-platform_version,macos,11.0,11.0 diff --git a/ydb/library/yql/dq/actors/spilling/ut/CMakeLists.linux-aarch64.txt b/ydb/library/yql/dq/actors/spilling/ut/CMakeLists.linux-aarch64.txt index 2e589b3895..7b6f8f939f 100644 --- a/ydb/library/yql/dq/actors/spilling/ut/CMakeLists.linux-aarch64.txt +++ b/ydb/library/yql/dq/actors/spilling/ut/CMakeLists.linux-aarch64.txt @@ -24,6 +24,7 @@ target_link_libraries(ydb-library-yql-dq-actors-spilling-ut PUBLIC cpp-actors-testlib ydb-library-services yql-sql-pg_dummy + udf-service-exception_policy ) target_link_options(ydb-library-yql-dq-actors-spilling-ut PRIVATE -ldl diff --git a/ydb/library/yql/dq/actors/spilling/ut/CMakeLists.linux-x86_64.txt b/ydb/library/yql/dq/actors/spilling/ut/CMakeLists.linux-x86_64.txt index 717b62bac3..b049f1fa63 100644 --- a/ydb/library/yql/dq/actors/spilling/ut/CMakeLists.linux-x86_64.txt +++ b/ydb/library/yql/dq/actors/spilling/ut/CMakeLists.linux-x86_64.txt @@ -25,6 +25,7 @@ target_link_libraries(ydb-library-yql-dq-actors-spilling-ut PUBLIC cpp-actors-testlib ydb-library-services yql-sql-pg_dummy + udf-service-exception_policy ) target_link_options(ydb-library-yql-dq-actors-spilling-ut PRIVATE -ldl diff --git a/ydb/library/yql/dq/actors/spilling/ut/CMakeLists.windows-x86_64.txt b/ydb/library/yql/dq/actors/spilling/ut/CMakeLists.windows-x86_64.txt index 3506811c1c..92cdea29ba 100644 --- a/ydb/library/yql/dq/actors/spilling/ut/CMakeLists.windows-x86_64.txt +++ b/ydb/library/yql/dq/actors/spilling/ut/CMakeLists.windows-x86_64.txt @@ -24,6 +24,7 @@ target_link_libraries(ydb-library-yql-dq-actors-spilling-ut PUBLIC cpp-actors-testlib ydb-library-services yql-sql-pg_dummy + udf-service-exception_policy ) target_sources(ydb-library-yql-dq-actors-spilling-ut PRIVATE ${CMAKE_SOURCE_DIR}/ydb/library/yql/dq/actors/spilling/spilling_file_ut.cpp diff --git a/ydb/library/yql/dq/actors/spilling/ut/ya.make b/ydb/library/yql/dq/actors/spilling/ut/ya.make index 7a66327614..f263d9d4fe 100644 --- a/ydb/library/yql/dq/actors/spilling/ut/ya.make +++ b/ydb/library/yql/dq/actors/spilling/ut/ya.make @@ -16,6 +16,7 @@ PEERDIR( library/cpp/actors/testlib ydb/library/services ydb/library/yql/sql/pg_dummy + ydb/library/yql/public/udf/service/exception_policy ) END() |