rules_proto_grpc icon indicating copy to clipboard operation
rules_proto_grpc copied to clipboard

Bazel rules for building Protobuf and gRPC code and libraries from proto_library targets

Results 106 rules_proto_grpc issues
Sort by recently updated
recently updated
newest added

Our CI job is getting polluted by a lot of "Warnings" like: ``` service/service.proto: warning: Import scalapb/scalapb.proto but not used. service/service_.proto: warning: Import google/api/annotations.proto but not used. ``` Here's how...

bug

Presently Windows is disabled due to Bazel complaining of 'undeclared inclusions': https://buildkite.com/bazel/rules-proto-grpc-rules-proto-grpc/builds/5#9d107cce-9cf2-434b-8215-203fbe9f01c6 May be related to these: https://github.com/bazelbuild/bazel-buildfarm/issues/195 https://github.com/bazelbuild/bazel/issues/6337 https://github.com/bazelbuild/bazel/issues/3828

bug
blocked-external

### Issue Description `This file was generated by a newer version of protoc`. I would expect bazel to use the same protocol buffer headers as the one used by protoc....

bug

### Issue Description I build example cpp on Window but got error. ### Log Output ```plain text F:/rules_proto_grpc/example/cpp/cpp_grpc_library/BUILD.bazel:3:17: Compiling protoc outputs for cpp_plugin plugin on target //:thing_cpp_grpc_pb failed: (Exit 2):...

bug

### Issue Description Trying to upgrade to Bazel 7.0.0 in workspace mode, but the build is failing. I think https://github.com/grpc/grpc dependency needs to be updated to pick up updates to...

bug

This issue tracks the status of migrating languages to the Bzlmod version of the rules. Some languages are complete, some are blocked by external factors and some just need some...

enhancement

### Description I have been struggling to get bazel to compile protobuf files for me into Go. #299 suggests that [unlike certain others](https://github.com/stackb/rules_proto/issues/319), you have bzlmod support, which is good....

I ran into an issue the other day where I have a multi-platform repo and I was compiling code for a different platform (in this case QNX). I ran into...

lang-js
lang-doc
lang-buf

Currently `prefix_path` is honored when output mode is PREFIXED or NO_PREFIX, but not honored when it's NO_PREFIX_FLAT. This is inconsistent. This PR fixed that. Furthermore, this PR is one way...

dependencies
lang-python

To include https://github.com/grpc-ecosystem/grpc-gateway/pull/3413, mentioned at https://github.com/grpc-ecosystem/grpc-gateway/issues/3407

dependencies