diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-07-18 11:35:09 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-07-18 11:46:39 +0300 |
commit | 95d538e9ea38883bb35185d06fbf770c7d9391ff (patch) | |
tree | 394c8715b4e1085f5acd603a22f330e1fbd845ed /ya | |
parent | 77b841e1db791aa4eff51e01613f6d91b0580e4a (diff) | |
download | ydb-95d538e9ea38883bb35185d06fbf770c7d9391ff.tar.gz |
Automatic release build for ya_bin3, os_ya, test_tool, os_test_tool
From hash: [3660c22914733ebf7656e78c347d4e522e8d06a5](https://a.yandex-team.ru/arcadia/commit/3660c22914733ebf7656e78c347d4e522e8d06a5)
From revision: [14440653](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=440)
Flow triggered by user: [say](https://staff.yandex-team.ru/say)
Update tools: ya_bin3, os_ya, test_tool, os_test_tool
9f7b9cdc9673c6498f73a93a6dca5079f5708ecd
Diffstat (limited to 'ya')
-rwxr-xr-x | ya | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -39,33 +39,33 @@ REGISTRY_ENDPOINT = os.environ.get("YA_REGISTRY_ENDPOINT", "https://devtools-reg PLATFORM_MAP = { "data": { "darwin": { - "md5": "62d103d511bb476411723a8ab73bd79d", + "md5": "d420bc063436296fd06fa0158c0be0b7", "urls": [ - f"{REGISTRY_ENDPOINT}/6685168149" + f"{REGISTRY_ENDPOINT}/6696808122" ] }, "darwin-arm64": { - "md5": "55d65e60a24f011d0fffdce38336f7d6", + "md5": "eb5fff4c54ad6985367c388958c21247", "urls": [ - f"{REGISTRY_ENDPOINT}/6685167608" + f"{REGISTRY_ENDPOINT}/6696805876" ] }, "linux-aarch64": { - "md5": "de478f230ee5c509b1aebe2f1dd7bee7", + "md5": "49713957225950bc8eae702d6fad7010", "urls": [ - f"{REGISTRY_ENDPOINT}/6685167169" + f"{REGISTRY_ENDPOINT}/6696803880" ] }, "win32-clang-cl": { - "md5": "20e698143b106714c81ac16819f1b230", + "md5": "7e7fcf04fb4832bc843f1c283abf029c", "urls": [ - f"{REGISTRY_ENDPOINT}/6685168552" + f"{REGISTRY_ENDPOINT}/6696810344" ] }, "linux": { - "md5": "153b7d53367724dcfe7f39e99b2e72d1", + "md5": "192e1539014e8d702396045fa863d47c", "urls": [ - f"{REGISTRY_ENDPOINT}/6685168930" + f"{REGISTRY_ENDPOINT}/6696814224" ] } } |