aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform/test_tool/host_os.ya.make.inc
diff options
context:
space:
mode:
authorAlexander Smirnov <alex@ydb.tech>2024-11-20 11:14:58 +0000
committerAlexander Smirnov <alex@ydb.tech>2024-11-20 11:14:58 +0000
commit31773f157bf8164364649b5f470f52dece0a4317 (patch)
tree33d0f7eef45303ab68cf08ab381ce5e5e36c5240 /build/platform/test_tool/host_os.ya.make.inc
parent2c7938962d8689e175574fc1e817c05049f27905 (diff)
parenteff600952d5dfe17942f38f510a8ac2b203bb3a5 (diff)
downloadydb-31773f157bf8164364649b5f470f52dece0a4317.tar.gz
Merge branch 'rightlib' into mergelibs-241120-1113
Diffstat (limited to 'build/platform/test_tool/host_os.ya.make.inc')
-rw-r--r--build/platform/test_tool/host_os.ya.make.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc
index 84f018f84e..7428a8e346 100644
--- a/build/platform/test_tool/host_os.ya.make.inc
+++ b/build/platform/test_tool/host_os.ya.make.inc
@@ -1,12 +1,12 @@
IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434960788)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7480256374)
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434960498)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7480255951)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434961084)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7480257071)
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434960371)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7480255328)
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64)
- DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7434960927)
+ DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7480256738)
ENDIF()