diff options
author | AlexSm <alex@ydb.tech> | 2024-01-18 11:28:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-18 11:28:56 +0100 |
commit | 9d0a3761b3201e0d9db879a7adf91876ebdb0564 (patch) | |
tree | 541d11ac878c18efd7ebca81e35112aa0fef995b /build/ya.conf.json | |
parent | 404ef8886ecc9736bc58ade6da2fbd83b486a408 (diff) | |
download | ydb-9d0a3761b3201e0d9db879a7adf91876ebdb0564.tar.gz |
Library import 8 (#1074)
* Library import 8
* Add contrib/libs/cxxsupp/libcxx/include/__verbose_abort
Diffstat (limited to 'build/ya.conf.json')
-rw-r--r-- | build/ya.conf.json | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index d0be1fd1dd..a637a3471e 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -168,6 +168,14 @@ }, "formula": "build/platform/python/ymake_python2/resources.json" }, + "python3": { + "executable": { + "python3": [ + "python3" + ] + }, + "formula": "build/platform/python/ymake_python3/resources.json" + }, "ya-tc": { "executable": { "ya-tc": [ @@ -1152,6 +1160,49 @@ } } }, + "python3": { + "platforms": [ + { + "default": true, + "host": { + "arch": "x86_64", + "os": "LINUX" + } + }, + { + "default": true, + "host": { + "arch": "aarch64", + "os": "LINUX" + } + }, + { + "default": true, + "host": { + "os": "WIN" + } + }, + { + "default": true, + "host": { + "os": "DARWIN" + } + }, + { + "default": true, + "host": { + "arch": "arm64", + "os": "DARWIN" + } + } + ], + "tools": { + "python3": { + "bottle": "python3", + "executable": "python3" + } + } + }, "ya-tc": { "platforms": [ { @@ -1367,6 +1418,10 @@ "description": "Run pseudo-python", "visible": false }, + "python3": { + "description": "Run Python 3", + "visible": false + }, "strip": { "description": "Run strip utility" }, |