Browse Source

Intermediate changes

robot-piglet 10 months ago
parent
commit
5aa38d7eeb
1 changed files with 33 additions and 0 deletions
  1. 33 0
      build/ya.conf.json

+ 33 - 0
build/ya.conf.json

@@ -49,6 +49,20 @@
             },
             "formula": "build/external_resources/bloat/resources.json"
         },
+        "buf": {
+            "executable": {
+                "buf": [
+                    "buf"
+                ]
+            },
+            "formula": {
+                "by_platform": {
+                    "linux-x86_64": {
+                        "uri": "sbr:1812152858"
+                    }
+                }
+            }
+        },
         "clang-format": {
             "executable": {
                 "clang-format": [
@@ -340,6 +354,22 @@
                 }
             }
         },
+        "buf": {
+            "platforms": [
+                {
+                    "default": true,
+                    "host": {
+                        "os": "LINUX"
+                    }
+                }
+            ],
+            "tools": {
+                "buf": {
+                    "bottle": "buf",
+                    "executable": "buf"
+                }
+            }
+        },
         "clang-format": {
             "platforms": [
                 {
@@ -1956,6 +1986,9 @@
             "description": "Run bloat tool",
             "visible": false
         },
+        "buf": {
+            "description": "Protobuf lint and breaking change detector"
+        },
         "c++": {
             "description": "Run C++ compiler"
         },