aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/ya.conf.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json
index 19ce932f09..9d8d281295 100644
--- a/build/ya.conf.json
+++ b/build/ya.conf.json
@@ -27,6 +27,9 @@
"dctl": {
"description": "Run Yandex.Deploy CLI"
},
+ "infractl": {
+ "description": "Run InfraCtl CLI"
+ },
"llvm-profdata": {
"description": "Run llvm-profdata Clang utility"
},
@@ -3917,6 +3920,34 @@
}
]
},
+ "infractl": {
+ "tools": {
+ "infractl": {
+ "bottle": "infractl",
+ "executable": "infractl"
+ }
+ },
+ "platforms": [
+ {
+ "host": {
+ "os": "LINUX"
+ },
+ "default": true
+ },
+ {
+ "host": {
+ "os": "WIN"
+ },
+ "default": true
+ },
+ {
+ "host": {
+ "os": "DARWIN"
+ },
+ "default": true
+ }
+ ]
+ },
"jq": {
"tools": {
"jq": {
@@ -7253,6 +7284,19 @@
]
}
},
+ "infractl": {
+ "formula": {
+ "sandbox_id": [
+ 1248249652
+ ],
+ "match": "infractl"
+ },
+ "executable": {
+ "infractl": [
+ "infractl"
+ ]
+ }
+ },
"vim": {
"formula": {
"sandbox_id": 82345405,