diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-10-03 11:19:48 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-10-03 11:43:28 +0300 |
commit | cda0c13f23f6b169fb0a49dc504b40a0aaecea09 (patch) | |
tree | 26476e92e5af2c856e017afb1df8f8dff42495bf /build/platform/python | |
parent | 4854116da9c5e3c95bb8440f2ea997c54b6e1a61 (diff) | |
download | ydb-cda0c13f23f6b169fb0a49dc504b40a0aaecea09.tar.gz |
Move contrib/tools/jdk to build/platform/java/jdk/testing
Diffstat (limited to 'build/platform/python')
-rw-r--r-- | build/platform/python/ymake_python2/resources.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/build/platform/python/ymake_python2/resources.json b/build/platform/python/ymake_python2/resources.json new file mode 100644 index 00000000000..880a39a0539 --- /dev/null +++ b/build/platform/python/ymake_python2/resources.json @@ -0,0 +1,22 @@ +{ + "by_platform": { + "darwin-arm64": { + "uri": "sbr:2989596911" + }, + "darwin-x86_64": { + "uri": "sbr:2989597929" + }, + "linux-x86_64": { + "uri": "sbr:2989598506" + }, + "linux-ppc64le": { + "uri": "sbr:2989596149" + }, + "win32-x86_64": { + "uri": "sbr:2989597467" + }, + "linux-aarch64": { + "uri": "sbr:3864777619" + } + } +} |