rules_protobuf icon indicating copy to clipboard operation
rules_protobuf copied to clipboard

Bazel rules for building protocol buffers and gRPC services (java, c++, go, ...)

Results 6 rules_protobuf issues
Sort by recently updated
recently updated
newest added

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.5.2.post1 to 3.15.0. Release notes Sourced from protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...

dependencies
python

I have a repository structure like this: ``` api-protos/ protos/ BUILD pubsub/ BUILD v1alpha2/ pubsub.proto BUILD WORKSPACE ``` In my `WORKSPACE` file I have this: ``` load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") git_repository( name...

Got an error saying "name 'FileType' is not defined" ``` $ bazel build :all # In the root directory of this project Starting local Bazel server and connecting to it......

I am encountering the following error while using these rules: ``` ERROR: /root/.cache/bazel/_bazel_root/c0e7deb9b129a5010cb3923a06e5bde4/external/org_pubref_rules_protobuf/protobuf/internal/require.bzl:57:13: no such package '@com_google_protobuf//': The native http_archive rule is deprecated. load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") for a drop-in replacement. Use...

Bumps [grpcio](https://github.com/grpc/grpc) from 1.12.0 to 1.53.0. Release notes Sourced from grpcio's releases. Release v1.53.0 This is release 1.53.0 (glockenspiel) of gRPC Core. For gRPC documentation, see grpc.io. For previous releases,...

dependencies
python

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.5.2.post1 to 3.18.3. Release notes Sourced from protobuf's releases. Protocol Buffers v3.18.3 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...

dependencies
python