aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-04-22 12:11:10 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-04-22 12:20:30 +0300
commit5aa38d7eeb8c62007fd61dd645e4c2511040b7dd (patch)
treed136ef3d34ab2da7a084d3005cfecda538128214
parent1d77668624e2483b5664ae4999537d7086be576b (diff)
downloadydb-5aa38d7eeb8c62007fd61dd645e4c2511040b7dd.tar.gz
Intermediate changes
-rw-r--r--build/ya.conf.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json
index 977c603f96..b706a5d942 100644
--- a/build/ya.conf.json
+++ b/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"
},