diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-12-13 12:27:03 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-12-13 13:14:07 +0300 |
commit | 87a600285aeff7ae820a4ae457c642696d0105af (patch) | |
tree | 696ddabf165451c56a6449cf4c0dfcbe8a5df700 /build/platform/test_tool/host_os.ya.make.inc | |
parent | cbe0aef5798fe4876112a4b850aad8e5b55538a1 (diff) | |
download | ydb-87a600285aeff7ae820a4ae457c642696d0105af.tar.gz |
Automatic release build for ya_bin3, ya_bin, os_ya, test_tool, os_test_tool_3, test_tool3
From hash: [75c28c9833f58ba7e1c44a7495e53314d0d9e1d2](https://a.yandex-team.ru/arcadia/commit/75c28c9833f58ba7e1c44a7495e53314d0d9e1d2)
From revision: [13073294](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
[CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=303)
Flow triggered by user: [prettyboy](https://staff.yandex-team.ru/prettyboy)
Update tools: ya_bin3, ya_bin, os_ya, test_tool, os_test_tool_3, test_tool3
Diffstat (limited to 'build/platform/test_tool/host_os.ya.make.inc')
-rw-r--r-- | build/platform/test_tool/host_os.ya.make.inc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/build/platform/test_tool/host_os.ya.make.inc b/build/platform/test_tool/host_os.ya.make.inc index 9c875c0553..37d13a3a05 100644 --- a/build/platform/test_tool/host_os.ya.make.inc +++ b/build/platform/test_tool/host_os.ya.make.inc @@ -1,17 +1,17 @@ IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5514350039) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5514350039) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5523614652) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5523614652) ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5514349863) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5514349863) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5523613458) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5523613458) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5514350352) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5514350352) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5523616881) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5523616881) ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5514349607) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5514349607) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5523612199) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5523612199) ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5514350190) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5514350190) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5523615718) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5523615718) ENDIF() |