diff options
| author | babenko <[email protected]> | 2026-06-29 00:56:53 +0300 |
|---|---|---|
| committer | babenko <[email protected]> | 2026-06-29 01:15:27 +0300 |
| commit | c493e522224255cd9e1de66c4b3aa2c548d428da (patch) | |
| tree | 33507034d33794e7e6d2dbd9fa3cb1c144b7c671 | |
| parent | 6c624af1420b9317d90ae8610421612778f53810 (diff) | |
YT-28235: UCX transport backend
commit_hash:40c33253f52ef2511f362fd96253035976e615da
| -rw-r--r-- | yt/yt/core/ya.make | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/yt/yt/core/ya.make b/yt/yt/core/ya.make index b70ddf6507b..f6ee082298c 100644 --- a/yt/yt/core/ya.make +++ b/yt/yt/core/ya.make @@ -437,6 +437,16 @@ IF (NOT OPENSOURCE AND OS_LINUX) ) ENDIF() +IF (NOT OPENSOURCE AND OS_LINUX) + RECURSE( + bus/ucx + ) + + RECURSE_FOR_TESTS( + bus/ucx/unittests + ) +ENDIF() + RECURSE_FOR_TESTS( actions/unittests concurrency/unittests |
