|
@@ -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"
|
|
|
},
|