diff options
author | robot-brewer <robot-brewer@yandex-team.com> | 2024-10-28 08:47:21 +0300 |
---|---|---|
committer | robot-brewer <robot-brewer@yandex-team.com> | 2024-10-28 09:01:13 +0300 |
commit | 4b5778a6d0fdfa55f141cc5288721df62d77eafe (patch) | |
tree | 689eb888d06aa8f1cea2d1e2a35d1a0b1e21fec0 | |
parent | 47d4b17dfee97f26f8495100bf21db6b87f1f2fc (diff) | |
download | ydb-4b5778a6d0fdfa55f141cc5288721df62d77eafe.tar.gz |
Release python3-frozen #11
https://github.com/yandex/toolchain-registry/releases/tag/python3-frozen-v11
commit_hash:e1de617aa4109770efa404896d02d80c2b0b0f2e
-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 44d970c164..a21bf54c35 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -941,10 +941,15 @@ "5690801745": "https://devtools-registry.s3.yandex.net/5690801745", "5731299437": "https://devtools-registry.s3.yandex.net/5731299437", "7320178938": "https://devtools-registry.s3.yandex.net/7320178938", + "7335838685": "https://devtools-registry.s3.yandex.net/7335838685", "7320191969": "https://devtools-registry.s3.yandex.net/7320191969", + "7335977723": "https://devtools-registry.s3.yandex.net/7335977723", "7320114121": "https://devtools-registry.s3.yandex.net/7320114121", + "7335939646": "https://devtools-registry.s3.yandex.net/7335939646", "7320108874": "https://devtools-registry.s3.yandex.net/7320108874", + "7336031045": "https://devtools-registry.s3.yandex.net/7336031045", "7320257970": "https://devtools-registry.s3.yandex.net/7320257970", + "7336062757": "https://devtools-registry.s3.yandex.net/7336062757", "6048579718": "https://devtools-registry.s3.yandex.net/6048579718", "2980468199": "https://devtools-registry.s3.yandex.net/2980468199", "5562224408": "https://devtools-registry.s3.yandex.net/5562224408" @@ -1890,10 +1895,15 @@ "5690801745": "ymake.exe for win32-clang-cl", "5731299437": "ymake.exe for win32-clang-cl", "7320178938": "ynd-bin-frozen-python3-darwin-arm64-e139f4d2038ecfbb34fbbd77f84c4b63ddcb613b", + "7335838685": "ynd-bin-frozen-python3-darwin-arm64-eacbfe8057414a218b407c837c9dcd8f2162f810", "7320191969": "ynd-bin-frozen-python3-darwin-x86_64-e139f4d2038ecfbb34fbbd77f84c4b63ddcb613b", + "7335977723": "ynd-bin-frozen-python3-darwin-x86_64-eacbfe8057414a218b407c837c9dcd8f2162f810", "7320114121": "ynd-bin-frozen-python3-linux-aarch64-e139f4d2038ecfbb34fbbd77f84c4b63ddcb613b", + "7335939646": "ynd-bin-frozen-python3-linux-aarch64-eacbfe8057414a218b407c837c9dcd8f2162f810", "7320108874": "ynd-bin-frozen-python3-linux-x86_64-e139f4d2038ecfbb34fbbd77f84c4b63ddcb613b", + "7336031045": "ynd-bin-frozen-python3-linux-x86_64-eacbfe8057414a218b407c837c9dcd8f2162f810", "7320257970": "ynd-bin-frozen-python3-mingw-w64-x86_64-e139f4d2038ecfbb34fbbd77f84c4b63ddcb613b", + "7336062757": "ynd-bin-frozen-python3-mingw-w64-x86_64-eacbfe8057414a218b407c837c9dcd8f2162f810", "6048579718": "yt/go/ytrecipe/cmd/ytexec for linux", "2980468199": "ytexec for linux", "5562224408": "ytexec for linux" diff --git a/build/platform/python/ymake_python3/resources.json b/build/platform/python/ymake_python3/resources.json index 391812e5d9..3daed006e9 100644 --- a/build/platform/python/ymake_python3/resources.json +++ b/build/platform/python/ymake_python3/resources.json @@ -1,19 +1,19 @@ { "by_platform": { "darwin-arm64": { - "uri": "sbr:7320178938" + "uri": "sbr:7335838685" }, "darwin-x86_64": { - "uri": "sbr:7320191969" + "uri": "sbr:7335977723" }, "linux-aarch64": { - "uri": "sbr:7320114121" + "uri": "sbr:7335939646" }, "linux-x86_64": { - "uri": "sbr:7320108874" + "uri": "sbr:7336031045" }, "win32-x86_64": { - "uri": "sbr:7320257970" + "uri": "sbr:7336062757" } } } |