rules_proto_grpc
rules_proto_grpc copied to clipboard
Bazel rules for building Protobuf and gRPC code and libraries from proto_library targets
There was a missing `|python` conversion for grpclib. Modified the default `thing` example to demonstrate the failure in https://github.com/rules-proto-grpc/rules_proto_grpc/pull/320/commits/8685ee8671b261fe6fa3f236d6b80f25b3ddbbfb . However, I do see that a bunch of tests depend...
### Issue Description Looks like there's a missing `|python` in grpclib_compile . See PR in #320 ### Log Output _No response_ ### rules_proto_grpc Version 5.0.0-alpha3 ### Bazel Version 7.2.1 ###...
### Description I saw a past issue on similar grounds: https://github.com/rules-proto-grpc/rules_proto_grpc/issues/102 Wanted to see if there's any interest in python rules for python-betterproto
### Description The version of grpc currently used (1.54.1) has a number of critical and high CVEs. Are there plans to upgrade this? CVE-2023-32732 Link: https://nvd.nist.gov/vuln/detail/CVE-2023-32732 CVSS: 5.3 Severity: MEDIUM...
Version: v4.6.0 In custom plugin, if I defined toolchain attribute as `@rules_proto_grpc//protoc:toolchain_type` in proto compile rule just same as document: ``` # Create compile rule example_compile = rule( implementation =...
Allows building the rules on Windows platform not using Bash shell.
### Issue Description When using rules_proto_grpc on a `linux_aarch64` system, I'm getting the attached output. It seems `aarch64` is not supported yet? This issue looks similar to https://github.com/rules-proto-grpc/rules_proto_grpc/pull/222/files, however I'm...
### Description Currently building the rules utilizes Bash shell commands. This requires installing the Bash shell on Windows platform (via MSYS2), and configuring it using `shell_executable` option or BAZEL_SH environment...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [protobuf](https://developers.google.com/protocol-buffers/) | `==5.27.2` -> `==5.28.2`...