diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-01-19 12:43:14 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-01-19 13:16:21 +0300 |
commit | 5351f733cfec6523d9f9b766a0d14906c8082c0d (patch) | |
tree | 42be4fcbb768f5acaeb0b476f8b7826007233c85 | |
parent | 2de0149d0151c514b22bca0760b95b26c9b0b578 (diff) | |
download | ydb-5351f733cfec6523d9f9b766a0d14906c8082c0d.tar.gz |
Get rid of 'ya tool ymake_python3'
-rw-r--r-- | build/ya.conf.json | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index a637a3471e..b85b11a80a 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -200,14 +200,6 @@ }, "formula": "build/external_resources/ymake/public.resources.json" }, - "ymake_python3": { - "executable": { - "python3": [ - "python3" - ] - }, - "formula": "build/platform/python/ymake_python3/resources.json" - }, "ytexec": { "executable": { "ytexec": [ @@ -1290,55 +1282,6 @@ } } }, - "ymake_python3": { - "platforms": [ - { - "default": true, - "host": { - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "os": "WIN" - } - }, - { - "default": true, - "host": { - "os": "DARWIN" - } - }, - { - "default": true, - "host": { - "arch": "arm64", - "os": "DARWIN" - } - }, - { - "default": true, - "host": { - "arch": "aarch64", - "os": "LINUX" - } - }, - { - "default": true, - "host": { - "arch": "ppc64le", - "os": "LINUX" - } - } - ], - "tools": { - "ymake_python3": { - "bottle": "ymake_python3", - "executable": "python3" - } - } - }, "ytexec": { "platforms": [ { @@ -1437,10 +1380,6 @@ "description": "Run ymake", "visible": false }, - "ymake_python3": { - "description": "Run pseudo-python3", - "visible": false - }, "ytexec": { "description": "Run ytexec" } |