diff options
author | dotdot <[email protected]> | 2022-02-10 16:51:50 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:50 +0300 |
commit | 1b366507ccc9b21d50879bc57904b8e2f5201a98 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb | |
parent | 56ff914e96033fc16d08b37ab4e7499b9fc31722 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
-rw-r--r-- | build/ya.conf.json | 60 | ||||
-rw-r--r-- | build/ymake.core.conf | 2 |
2 files changed, 31 insertions, 31 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index a3f4fcc3737..5f7cc875d61 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -175,9 +175,9 @@ "perf": { "description": "Run Perf" }, - "cuda-check": { - "description": "Run cuda-check" - }, + "cuda-check": { + "description": "Run cuda-check" + }, "sre": { "description": "Run sretool" }, @@ -3111,22 +3111,22 @@ } ] }, - "cuda-check": { - "tools": { - "cuda-check": { - "bottle": "cuda-check", - "executable": "cuda-check" - } - }, - "platforms": [ - { - "host": { - "os": "LINUX" - }, - "default": true - } - ] - }, + "cuda-check": { + "tools": { + "cuda-check": { + "bottle": "cuda-check", + "executable": "cuda-check" + } + }, + "platforms": [ + { + "host": { + "os": "LINUX" + }, + "default": true + } + ] + }, "sre": { "tools": { "sre": { @@ -6609,17 +6609,17 @@ ] } }, - "cuda-check": { - "formula": { - "sandbox_id": "1128218000", - "match": "infra/rsm/nvgpumanager/tools/cuda-check/cuda-check" - }, - "executable": { - "cuda-check": [ - "cuda-check" - ] - } - }, + "cuda-check": { + "formula": { + "sandbox_id": "1128218000", + "match": "infra/rsm/nvgpumanager/tools/cuda-check/cuda-check" + }, + "executable": { + "cuda-check": [ + "cuda-check" + ] + } + }, "sre": { "formula": { "sandbox_id": "1156434675", diff --git a/build/ymake.core.conf b/build/ymake.core.conf index d66dfebed62..081833998b8 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -8333,7 +8333,7 @@ macro _GO_GRPC_GATEWAY_SRCS_IMPL(Files...) { # tag:go-specific macro _SETUP_GO_GRPC_GATEWAY() { - SET(_GO_PROTO_GRPC_GATEWAY_OPTS $_PROTO_PLUGIN_ARGS_BASE(go_grpc_gw vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway allow_repeated_fields_in_body=true:)) + SET(_GO_PROTO_GRPC_GATEWAY_OPTS $_PROTO_PLUGIN_ARGS_BASE(go_grpc_gw vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway allow_repeated_fields_in_body=true:)) SET(_GO_PROTO_GRPC_GATEWAY_OUTS \${output;hide;norel;nopath;noext;suf=.pb.gw.go:File}) } |