rules-proto-grpc / rules_proto_grpc

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

Home Page:https://rules-proto-grpc.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bazel 1.0.0 support

aaliddell opened this issue · comments

Build currently breaks on recently released Bazel 1.0.0, see https://buildkite.com/bazel/rules-proto-grpc-rules-proto-grpc/builds/91. Pending issues:

  • Update gRPC to fix proto provider issue (not determined if this is fixed upstream yet)
  • Update rules_scala to fix create_provider issue. Resolved upstream in bazelbuild/rules_scala#513
  • Update all dependencies
  • Rename rules_proto_grpc_dependencies to rules_proto_grpc_repos
  • Write release notes
  • Add default WORKSPACE rules to each language docs
  • Try updating C# packages, otherwise bump to 1.x.0
  • Fix grpc-gateway
  • Fix rust rules
  • Drop gRPC.js

Other linked issues are on the 1.0.0 milestone.

Changes are being made on the bazel-1.0-support branch.