diff options
| author | arcadia-devtools <[email protected]> | 2022-06-30 19:20:42 +0300 | 
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-06-30 19:20:42 +0300 | 
| commit | 88efbd698f3668cacafb6b9aec4a6eaa66345a8d (patch) | |
| tree | 86a6f5dd1200999bf58f7c7e2b85b479fd2426bb | |
| parent | fd58b11067041cacf6feca44fe47f46bc01422dc (diff) | |
intermediate changes
ref:fb0e66c4c6cc5b3912466db00b146686c7bfb96d
| -rw-r--r-- | build/ya.conf.json | 37 | 
1 files changed, 37 insertions, 0 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index 34417392ee1..ccad1a83742 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -538,6 +538,9 @@          },          "abcd": {              "description": "Run abcd cli" +        }, +        "tasklet": { +            "description": "Run tasklet CLI"          }      },      "toolchain": { @@ -6518,6 +6521,28 @@                      "default": true                  }              ] +        }, +        "tasklet": { +            "tools": { +                "tasklet": { +                    "bottle": "tasklet", +                    "executable": "tasklet" +                } +            }, +            "platforms": [ +                { +                    "host": { +                        "os": "LINUX" +                    }, +                    "default": true +                }, +                { +                    "host": { +                        "os": "DARWIN" +                    }, +                    "default": true +                } +            ]          }      },      "bottles": { @@ -9042,6 +9067,18 @@                      "quota_mover"                  ]              } +        }, +        "tasklet": { +            "formula": { +                "sandbox_id": 1359695732, +                "match": "cli" +            }, +            "executable": { +                "tasklet": [ +                    "cli", +                    "tasklet-tool" +                ] +            }          }      },      "toolchain_aliases": {  | 
