diff options
author | Alexander Smirnov <alex@ydb.tech> | 2024-12-02 14:55:03 +0000 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-12-02 14:55:03 +0000 |
commit | 3301787707269da1e7b44e909ce54db3b40adcad (patch) | |
tree | 13b1041390dbaeaf7f51d492ef186f6d3e6766d1 /build/platform/test_tool/host.ya.make.inc | |
parent | 7cae2d2ae6fe8f179e567a8e85e9d934f42ed6ea (diff) | |
parent | 24211947581091f2f54c8e50e3427e6621dfec3d (diff) | |
download | ydb-3301787707269da1e7b44e909ce54db3b40adcad.tar.gz |
Merge branch 'rightlib' into mergelibs-241202-1453
Diffstat (limited to 'build/platform/test_tool/host.ya.make.inc')
-rw-r--r-- | build/platform/test_tool/host.ya.make.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build/platform/test_tool/host.ya.make.inc b/build/platform/test_tool/host.ya.make.inc index c17617806a..788b12d391 100644 --- a/build/platform/test_tool/host.ya.make.inc +++ b/build/platform/test_tool/host.ya.make.inc @@ -1,12 +1,12 @@ IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7538003967) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7573697889) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7538003163) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7573697448) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7538005601) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7573699373) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7538002456) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7573696869) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7538004884) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7573698723) ENDIF() |