diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2024-02-12 11:26:19 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@ydb.tech> | 2024-02-14 14:26:19 +0000 |
commit | 1af982894f21d72287b9dcab7bf1fbd37d05cd06 (patch) | |
tree | d5953a9654e534f4eb3a1ba90469430b81d93b55 | |
parent | 31f2a419764a8ba77c2a970cfc80056c6cd06756 (diff) | |
download | ydb-1af982894f21d72287b9dcab7bf1fbd37d05cd06.tar.gz |
External build system generator release 77
Update tools: yexport, os-yexport
-rw-r--r-- | build/external_resources/yexport/resources.json | 6 | ||||
-rw-r--r-- | build/mapping.conf.json | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/build/external_resources/yexport/resources.json b/build/external_resources/yexport/resources.json index 8add051c057..5ee06fa4eaa 100644 --- a/build/external_resources/yexport/resources.json +++ b/build/external_resources/yexport/resources.json @@ -1,13 +1,13 @@ { "by_platform": { "darwin": { - "uri": "sbr:5749187505" + "uri": "sbr:5811800130" }, "darwin-arm64": { - "uri": "sbr:5749179584" + "uri": "sbr:5811799864" }, "linux": { - "uri": "sbr:5749194772" + "uri": "sbr:5811799588" } } } diff --git a/build/mapping.conf.json b/build/mapping.conf.json index d45c7c2b79e..0281a595a2c 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -150,6 +150,9 @@ "5769237833": "https://devtools-registry.s3.yandex.net/5769237833", "5798625903": "https://devtools-registry.s3.yandex.net/5798625903", "5798651327": "https://devtools-registry.s3.yandex.net/5798651327", + "5811823978": "https://devtools-registry.s3.yandex.net/5811823978", + "5811823398": "https://devtools-registry.s3.yandex.net/5811823398", + "5811822876": "https://devtools-registry.s3.yandex.net/5811822876", "5766172292": "https://devtools-registry.s3.yandex.net/5766172292", "5805431504": "https://devtools-registry.s3.yandex.net/5805431504", "5766171800": "https://devtools-registry.s3.yandex.net/5766171800", @@ -401,6 +404,9 @@ "5769237833": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", "5798625903": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", "5798651327": "devtools/ya/test/programs/test_tool/bin3/test_tool3 for linux", + "5811823978": "devtools/yexport/bin/yexport for darwin", + "5811823398": "devtools/yexport/bin/yexport for darwin-arm64", + "5811822876": "devtools/yexport/bin/yexport for linux", "5766172292": "devtools/ymake/bin/ymake for darwin", "5805431504": "devtools/ymake/bin/ymake for darwin", "5766171800": "devtools/ymake/bin/ymake for darwin-arm64", |