diff options
-rw-r--r-- | build/mapping.conf.json | 10 | ||||
-rw-r--r-- | build/platform/python/ymake_python3/resources.json | 10 |
2 files changed, 15 insertions, 5 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index cc17f52713..f8d302d568 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -127,6 +127,11 @@ "5599877008": "https://devtools-registry.s3.yandex.net/5599877008", "5599878473": "https://devtools-registry.s3.yandex.net/5599878473", "5841616607": "https://devtools-registry.s3.yandex.net/5841616607", + "6255592114": "https://devtools-registry.s3.yandex.net/6255592114", + "6255591964": "https://devtools-registry.s3.yandex.net/6255591964", + "6255592465": "https://devtools-registry.s3.yandex.net/6255592465", + "6255592313": "https://devtools-registry.s3.yandex.net/6255592313", + "6255591839": "https://devtools-registry.s3.yandex.net/6255591839", "5786827409": "https://devtools-registry.s3.yandex.net/5786827409", "5786826723": "https://devtools-registry.s3.yandex.net/5786826723", "5786828167": "https://devtools-registry.s3.yandex.net/5786828167", @@ -616,6 +621,11 @@ "5599877008": "contrib/python/black/bin/black for linux-aarch64", "5599878473": "contrib/python/black/bin/black for win32", "5841616607": "contrib/tools/protoc/bin/protoc for linux", + "6255592114": "contrib/tools/python3/bin/python3 for darwin", + "6255591964": "contrib/tools/python3/bin/python3 for darwin-arm64", + "6255592465": "contrib/tools/python3/bin/python3 for linux", + "6255592313": "contrib/tools/python3/bin/python3 for linux-aarch64", + "6255591839": "contrib/tools/python3/bin/python3 for win32", "5786827409": "contrib/tools/python3/python3 for darwin", "5786826723": "contrib/tools/python3/python3 for darwin-arm64", "5786828167": "contrib/tools/python3/python3 for linux", diff --git a/build/platform/python/ymake_python3/resources.json b/build/platform/python/ymake_python3/resources.json index 6909982073..26f30d66f5 100644 --- a/build/platform/python/ymake_python3/resources.json +++ b/build/platform/python/ymake_python3/resources.json @@ -1,19 +1,19 @@ { "by_platform": { "darwin": { - "uri": "sbr:5786827409" + "uri": "sbr:6255592114" }, "darwin-arm64": { - "uri": "sbr:5786826723" + "uri": "sbr:6255591964" }, "linux": { - "uri": "sbr:5786828167" + "uri": "sbr:6255592465" }, "linux-aarch64": { - "uri": "sbr:5786827891" + "uri": "sbr:6255592313" }, "win32": { - "uri": "sbr:5786826302" + "uri": "sbr:6255591839" } } } |