diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-26 01:48:42 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-26 01:48:42 +0300 |
commit | c0223db1203f245e25eb353465849bee6f14075f (patch) | |
tree | fbe2e369a8e095fb059d18296f9a4d31a78e800b | |
parent | 363959d1c08721282997f4ab374a416fb1691ead (diff) | |
download | ydb-c0223db1203f245e25eb353465849bee6f14075f.tar.gz |
intermediate changes
ref:3937f3a014c1742ac3d9e68a04dbf82094fdd3e6
-rw-r--r-- | build/ya.conf.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index 5cfe88a0a8e..353b6cbb224 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -64,6 +64,10 @@ "description": "Run ymake", "visible": false }, + "yexport": { + "description": "Run yexport", + "visible": false + }, "maven_import_sandbox_uploader": { "description": "Sandbox uploader for maven-import cmd", "visible": false @@ -1177,6 +1181,22 @@ } ] }, + "yexport": { + "tools": { + "yexport": { + "bottle": "yexport", + "executable": "yexport" + } + }, + "platforms": [ + { + "host": { + "os": "LINUX" + }, + "default": true + } + ] + }, "maven_import_sandbox_uploader": { "tools": { "maven_import_sandbox_uploader": { @@ -6531,6 +6551,19 @@ ] } }, + "yexport": { + "formula": { + "sandbox_id": [ + 1321050033 + ], + "match": "yexport" + }, + "executable": { + "yexport": [ + "yexport" + ] + } + }, "clang-format": { "formula": { "sandbox_id": [ |