Skip to content

Commit bb132aa

Browse files
committed
build
1 parent 32985ca commit bb132aa

File tree

22 files changed

+25
-119
lines changed

22 files changed

+25
-119
lines changed

ydb/core/actorlib_impl/ut/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ PEERDIR(
1919
library/cpp/svnversion
2020
ydb/core/testlib/actors
2121
ydb/core/testlib/basics/default
22+
ydb/library/yql/minikql/comp_nodes/llvm
2223
)
2324

2425
SRCS(

ydb/core/base/ut_board_subscriber/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ PEERDIR(
1313
ydb/core/testlib/basics
1414
ydb/core/base
1515
ydb/core/testlib/basics/default
16+
ydb/library/yql/minikql/comp_nodes/llvm
1617
)
1718

1819
YQL_LAST_ABI_VERSION()

ydb/core/blobstorage/ut_blobstorage/lib/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ PEERDIR(
3434
ydb/core/tx/coordinator
3535
ydb/core/tx/scheme_board
3636
ydb/core/util
37+
ydb/library/yql/minikql/comp_nodes/llvm
3738
ydb/library/yql/public/udf/service/exception_policy
3839
ydb/library/yql/sql/pg_dummy
3940
)

ydb/core/client/metadata/ut/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ SRCS(
55
)
66

77
PEERDIR(
8+
ydb/library/yql/minikql/invoke_builtins/llvm
89
ydb/library/yql/public/udf/service/stub
910
ydb/library/yql/sql/pg_dummy
1011
)

ydb/core/fq/libs/checkpointing/ut/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ PEERDIR(
99
ydb/core/fq/libs/checkpointing
1010
ydb/core/testlib/actors
1111
ydb/core/testlib/basics/default
12+
ydb/library/yql/minikql/comp_nodes/llvm
1213
)
1314

1415
SIZE(MEDIUM)

ydb/core/kqp/runtime/ut/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ YQL_LAST_ABI_VERSION()
1414
PEERDIR(
1515
library/cpp/testing/unittest
1616
ydb/core/testlib/basics/default
17+
ydb/library/yql/minikql/comp_nodes/llvm
1718
ydb/library/yql/public/udf/service/exception_policy
1819
)
1920

ydb/core/mind/bscontroller/ut_selfheal/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ PEERDIR(
2020
ydb/core/blobstorage/pdisk/mock
2121
ydb/core/mind/bscontroller
2222
ydb/core/tx/scheme_board
23+
ydb/library/yql/minikql/comp_nodes/llvm
2324
ydb/library/yql/public/udf/service/stub
2425
ydb/library/yql/sql/pg_dummy
2526
)

ydb/core/tx/columnshard/splitter/ut/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ PEERDIR(
1616
ydb/core/tx/tx_proxy
1717
ydb/core/tx
1818
ydb/core/mind
19+
ydb/library/yql/minikql/comp_nodes/llvm
1920
ydb/library/yql/public/udf/service/exception_policy
2021
ydb/library/yql/sql/pg
2122
)

ydb/core/tx/scheme_board/ut_monitoring/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ PEERDIR(
1010
ydb/library/actors/core
1111
library/cpp/testing/unittest
1212
ydb/core/testlib/basics/default
13+
ydb/library/yql/minikql/comp_nodes/llvm
1314
)
1415

1516
YQL_LAST_ABI_VERSION()

ydb/core/tx/scheme_board/ut_replica/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ TIMEOUT(600)
88

99
PEERDIR(
1010
library/cpp/testing/unittest
11+
ydb/library/yql/minikql/comp_nodes/llvm
1112
ydb/core/testlib/basics/default
1213
)
1314

0 commit comments

Comments
 (0)