diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-06-06 10:19:04 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-06-06 10:33:45 +0300 |
commit | 247050ad3e45b9e963c8352e9569588ee1e866a3 (patch) | |
tree | fba29f4022110f4646473c918af26a2e3d771314 /ya | |
parent | 3babd5b1391836f4f4fdb3add9064a59707f9f7d (diff) | |
download | ydb-247050ad3e45b9e963c8352e9569588ee1e866a3.tar.gz |
Automatic release build for ya_bin3, os_ya, ya_bin, test_tool, os_test_tool
From hash: [ed25f8fc5f64f22547af7740ba0778269709f4b7](https://a.yandex-team.ru/arcadia/commit/ed25f8fc5f64f22547af7740ba0778269709f4b7)
From revision: [None](https://a.yandex-team.ru/arcadia/commit/rNone)
[CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=413)
Flow triggered by user: [prettyboy](https://staff.yandex-team.ru/prettyboy)
Update tools: ya_bin3, os_ya, ya_bin, test_tool, os_test_tool
internal merge commit from MergeD for PR:6041903; seqNo:2; traceId=m5:CGWw9Cp33stxWLjuK44TGA:PR:6041903:YrJ2SVujHuLfPw9BC6JqlA
ed85cb3c23ed4ff9986e8b553bcb450aeb7ddcda
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": "3fdb7f51a308031bdfe7550b20d3dee0", + "md5": "2bd07ff41f173fafea85bf182cb4b353", "urls": [ - f"{REGISTRY_ENDPOINT}/6442401945" + f"{REGISTRY_ENDPOINT}/6452767160" ] }, "darwin-arm64": { - "md5": "7e059d300a04ddbdc7a2de3328296499", + "md5": "ae130e9e9586d7cfeed8db6f2f1f6348", "urls": [ - f"{REGISTRY_ENDPOINT}/6442398968" + f"{REGISTRY_ENDPOINT}/6452766415" ] }, "linux-aarch64": { - "md5": "1e02a52ca9b8099ee537ab624e86915b", + "md5": "98e945e2143b90f339dfd9f4dd0d0d46", "urls": [ - f"{REGISTRY_ENDPOINT}/6442395790" + f"{REGISTRY_ENDPOINT}/6452765823" ] }, "win32-clang-cl": { - "md5": "26c4fd1229ba32ad0472e453ab9cec13", + "md5": "102d061923957d32f0376ca8a47bc3c7", "urls": [ - f"{REGISTRY_ENDPOINT}/6442404658" + f"{REGISTRY_ENDPOINT}/6452767696" ] }, "linux": { - "md5": "d3832caf97dffd10883601e6520a2216", + "md5": "4c434fdae880f638124eedc01a78519a", "urls": [ - f"{REGISTRY_ENDPOINT}/6442407069" + f"{REGISTRY_ENDPOINT}/6452768379" ] } } |