Skip to content

Commit

Permalink
grpc-cc
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Dec 21, 2024
1 parent c54877c commit 39f6bb0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# module or to None if the rule is not supported yet.
RULE_TO_FLAVOR = {
"cc_gapic_library": None,
"cc_grpc_library": None,
"cc_grpc_library": "grpc-cc",
"cc_proto_library": "cc",
"csharp_gapic_assembly_pkg": None,
"csharp_gapic_library": None,
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
common --java_runtime_version=remotejdk_11

# Disable warnings for external dependencies.
common --per_file_copt=external/.*@-w
common --host_per_file_copt=external/.*@-w
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ alias(
actual = "@googleapis//google/bytestream:bytestream_go_proto",
)

alias(
name = "spanner_cc_grpc",
actual = "@googleapis//google/spanner/v1:spanner_cc_grpc",
)

cc_proto_library_fails_with_message_test(
name = "bytestream_cc_proto_library_fails_with_message_test",
target_under_test = "@googleapis//google/bytestream:bytestream_cc_proto",
Expand Down
6 changes: 3 additions & 3 deletions modules/googleapis/0.0.0-20241220-5e258e33/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"MODULE.bazel": "sha256-MlXxZ/4UxwoscsQihmhKKGw1Cb6P0wAVqvQG56+1n1w=",
"extensions.bzl": "sha256-jj4EKrYrYsALa4wi11LYl7yULEWhIDr3HyKNnL6LFUE=",
"private/extensions/BUILD.bazel": "sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=",
"private/extensions/constants.bzl": "sha256-wuxGDkdWcFNlRfcneliNMs8cArVs/Q3vvsxtwRdYBZA=",
"private/extensions/constants.bzl": "sha256-O+GJD3XKyq0NoXwTK9Dnocne2uWMB62LlUDPw0BjdWc=",
"private/extensions/fail_macro.bzl": "sha256-Ux6k9i7qKn7Y0gT1LFnHZiTGuPid7m1p3PncsnK8/iU=",
"private/extensions/switched_rules.bzl": "sha256-LkAQ/CEVSLYhHb0k1Ym4uBRC0yf6NQugxPZjPZteXMg=",
"tests/bcr/.bazelrc": "sha256-R5NStkDbLtIGl0LFZ+A1deot1NjLK5J5sQS33rzcicc=",
"tests/bcr/BUILD.bazel": "sha256-OaYTbQXOcLHwR0Am3goLnjCwu3mK7fkfCQlZQvySh24=",
"tests/bcr/.bazelrc": "sha256-hFZT+gits3VtXcUkKuh3NCEC9FgBNGuNxaOVCuOiFPk=",
"tests/bcr/BUILD.bazel": "sha256-w0YhOe+5oJ32nvhp4TdbNJqVPSoRRztTKmyFv1mbqTc=",
"tests/bcr/MODULE.bazel": "sha256-PvqkV0oO2SHSkDNVsvcFawocQcrwsVrjL/QiAZ6h+gM=",
"tests/bcr/failure_test.bzl": "sha256-QV38fwhaAPQStLQr06YGR1NDE/lsgnTs4cDjR/oDpl8="
}
Expand Down

0 comments on commit 39f6bb0

Please sign in to comment.