diff options
author | prettyboy <prettyboy@yandex-team.com> | 2023-08-24 18:54:01 +0300 |
---|---|---|
committer | prettyboy <prettyboy@yandex-team.com> | 2023-08-24 19:22:14 +0300 |
commit | debbd0cf88b4d90e9d441bc68be455abd90d2b15 (patch) | |
tree | 0db4ab0db0e968d2663dfcf081cc744a00f0923c /build/platform/python | |
parent | 036e55c4182c5cc43a0b7e6af296d52cc5aa1d95 (diff) | |
download | ydb-debbd0cf88b4d90e9d441bc68be455abd90d2b15.tar.gz |
[devtools/contrib/piglet/projects/ydb/config.yaml] Removed build/platform/ from denylists
Cостояние build/platform/ после реимпорта https://paste.yandex-team.ru/8b2b3daa-e68b-42c1-a136-94d8409f87ae/text
Diffstat (limited to 'build/platform/python')
-rw-r--r-- | build/platform/python/ymake_python3/resources.json | 22 | ||||
-rw-r--r-- | build/platform/python/ymake_python3/ya.make | 7 |
2 files changed, 29 insertions, 0 deletions
diff --git a/build/platform/python/ymake_python3/resources.json b/build/platform/python/ymake_python3/resources.json new file mode 100644 index 0000000000..1030ad9419 --- /dev/null +++ b/build/platform/python/ymake_python3/resources.json @@ -0,0 +1,22 @@ +{ + "by_platform": { + "darwin-arm64": { + "uri": "sbr:3877389564" + }, + "darwin-x86_64": { + "uri": "sbr:3877389803" + }, + "linux-x86_64": { + "uri": "sbr:3877390008" + }, + "linux-ppc64le": { + "uri": "sbr:3877389242" + }, + "win32-x86_64": { + "uri": "sbr:3877388826" + }, + "linux-aarch64": { + "uri": "sbr:3877389037" + } + } +} diff --git a/build/platform/python/ymake_python3/ya.make b/build/platform/python/ymake_python3/ya.make new file mode 100644 index 0000000000..5067415444 --- /dev/null +++ b/build/platform/python/ymake_python3/ya.make @@ -0,0 +1,7 @@ +RESOURCES_LIBRARY() + +NO_YMAKE_PYTHON3() +SET(RESOURCES_LIBRARY_LINK $TOUCH_UNIT) +DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(YMAKE_PYTHON3 resources.json) + +END() |