aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-09-06 21:58:51 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-09-06 22:09:53 +0300
commit645adb92481ca39f3981285fde9b5f41e783e978 (patch)
tree77ad7b08ff50e9ef38ea7ca5f07992f3b534a449
parent865fe789db47ad8e0b96b80638b6750fe465b1e1 (diff)
downloadydb-645adb92481ca39f3981285fde9b5f41e783e978.tar.gz
Intermediate changes
-rw-r--r--build/ya.conf.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json
index 01b1dbb1477..9b4626f6260 100644
--- a/build/ya.conf.json
+++ b/build/ya.conf.json
@@ -108,6 +108,15 @@
]
},
"formula": "build/platform/python/ymake_python3/resources.json"
+ },
+ "ytexec": {
+ "executable": {
+ "ytexec": [
+ "ytexec",
+ "ytexec"
+ ]
+ },
+ "formula": "build/external_resources/ytexec/resources.json"
}
},
"toolchain": {
@@ -898,6 +907,22 @@
"executable": "python3"
}
}
+ },
+ "ytexec": {
+ "platforms": [
+ {
+ "default": true,
+ "host": {
+ "os": "LINUX"
+ }
+ }
+ ],
+ "tools": {
+ "ytexec": {
+ "bottle": "ytexec",
+ "executable": "ytexec"
+ }
+ }
}
},
"toolchain_aliases": {
@@ -928,6 +953,9 @@
"ymake_python3": {
"description": "Run pseudo-python3",
"visible": false
+ },
+ "ytexec": {
+ "description": "Run ytexec"
}
}
}