Skip to content

Commit f63214f

Browse files
committed
Fix prost analysis
1 parent c7a2580 commit f63214f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

rs/private/prost/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,15 @@ rust_binary(
3232
"@rrprd//:prost",
3333
"@rrprd//:prost-types",
3434
],
35+
tags = ["manual"],
3536
)
3637

3738
rust_library_group(
3839
name = "prost_runtime",
3940
deps = [
4041
"@rrprd//:prost",
4142
],
43+
tags = ["manual"],
4244
)
4345

4446
rust_library_group(
@@ -47,6 +49,7 @@ rust_library_group(
4749
":prost_runtime",
4850
"@rrprd//:tonic",
4951
],
52+
tags = ["manual"],
5053
)
5154

5255
rust_prost_toolchain(
@@ -62,4 +65,5 @@ rust_prost_toolchain(
6265
tonic_plugin = "@rrprd//:protoc-gen-tonic__protoc-gen-tonic",
6366
tonic_plugin_flag = "--plugin=protoc-gen-tonic=%s",
6467
tonic_runtime = ":tonic_runtime",
68+
tags = ["manual"],
6569
)

0 commit comments

Comments
 (0)