diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-10-27 10:55:58 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-10-27 11:15:50 +0300 |
commit | 508f523be35942ffcbcdac5175b94cff16fc030d (patch) | |
tree | 5d7c561525021b5b99608e79fdf07b3cb548408a /ya | |
parent | d470ad823626c4d1be8216b0c9eabc553e2bea7c (diff) | |
download | ydb-508f523be35942ffcbcdac5175b94cff16fc030d.tar.gz |
Automatic release build for ya_bin3, ya_bin, os_ya, test_tool, test_tool3
From hash: [3ab895875ab7f542fc040c630ff94daa6339b74f](https://a.yandex-team.ru/arcadia/commit/3ab895875ab7f542fc040c630ff94daa6339b74f)
From revision: [12771793](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=268)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
Update tools: ya_bin3, ya_bin, os_ya, test_tool, test_tool3
Diffstat (limited to 'ya')
-rwxr-xr-x | ya | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -34,33 +34,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg PLATFORM_MAP = { "data": { "darwin": { - "md5": "c8fb856e4ae7d727a932f6713ad450c9", + "md5": "f0188a9d0bd7879cb50157f3ea808cce", "urls": [ - f"{REGISTRY_ENDPOINT}/5285942408" + f"{REGISTRY_ENDPOINT}/5311942658" ] }, "darwin-arm64": { - "md5": "084703941891eda96e04b0acb5dce910", + "md5": "d08e93fed7152a4f02302acca2702b06", "urls": [ - f"{REGISTRY_ENDPOINT}/5285942294" + f"{REGISTRY_ENDPOINT}/5311942146" ] }, "linux-aarch64": { - "md5": "239372e6515291c0aaeb2f8ba00db718", + "md5": "31903c2024013954395d089654c90020", "urls": [ - f"{REGISTRY_ENDPOINT}/5285942051" + f"{REGISTRY_ENDPOINT}/5311941646" ] }, "win32-clang-cl": { - "md5": "5c62d34489aecf4910a4a6b81663ce7d", + "md5": "5a2336b7682819dba66f49f6cefd0f13", "urls": [ - f"{REGISTRY_ENDPOINT}/5285942505" + f"{REGISTRY_ENDPOINT}/5311943201" ] }, "linux": { - "md5": "b35ed3ccf0ae16793bfba4935d6cd1f6", + "md5": "298903682eb65ab9cab3f16b5f9d781b", "urls": [ - f"{REGISTRY_ENDPOINT}/5285942611" + f"{REGISTRY_ENDPOINT}/5311943529" ] } } |