diff --git a/build/mapping.conf.json b/build/mapping.conf.json index c69eee11c12..fcd0e5840ea 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -416,6 +416,9 @@ "928830562": "https://storage.mds.yandex.net/get-devtools-opensource/233854/928830562", "928830675": "https://storage.mds.yandex.net/get-devtools-opensource/250854/928830675", "928830766": "https://storage.mds.yandex.net/get-devtools-opensource/479623/928830766", + "933498195": "https://storage.mds.yandex.net/get-devtools-opensource/250854/933498195", + "933498285": "https://storage.mds.yandex.net/get-devtools-opensource/250854/933498285", + "933498438": "https://storage.mds.yandex.net/get-devtools-opensource/250854/933498438", "933757579": "https://storage.mds.yandex.net/get-devtools-opensource/250854/933757579", "933757677": "https://storage.mds.yandex.net/get-devtools-opensource/471749/933757677", "933757727": "https://storage.mds.yandex.net/get-devtools-opensource/250854/933757727" diff --git a/build/platform/test_tool/host.ya.make.inc b/build/platform/test_tool/host.ya.make.inc index 9e56b2f380b..63484c58c13 100644 --- a/build/platform/test_tool/host.ya.make.inc +++ b/build/platform/test_tool/host.ya.make.inc @@ -1,7 +1,7 @@ IF (HOST_OS_DARWIN) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:928830675) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:933498285) ELSEIF (HOST_OS_LINUX) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:928830766) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:933498438) ELSEIF (HOST_OS_WINDOWS) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:928830562) + DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:933498195) ENDIF() diff --git a/ya b/ya index 499cbe01470..f7e25d68fa5 100755 --- a/ya +++ b/ya @@ -4,8 +4,8 @@ import sys import platform import json -URLS = ["https://storage.mds.yandex.net/get-devtools-opensource/233854/c4d44fe3887580c38be6e4ecac6f7a2b"] -MD5 = "c4d44fe3887580c38be6e4ecac6f7a2b" +URLS = ["https://storage.mds.yandex.net/get-devtools-opensource/373962/c29cd6b1d14ebd84dcda0292b46b13d4"] +MD5 = "c29cd6b1d14ebd84dcda0292b46b13d4" RETRIES = 5 HASH_PREFIX = 10