Skip to content

Commit

Permalink
Disable Obj-C gRPC library on all platforms due to missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
aaliddell committed Feb 7, 2024
1 parent c7da810 commit a0c56d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ tasks:
- make objc_objc_proto_compile_example
- make objc_objc_grpc_compile_example
- make objc_objc_proto_library_example
- make objc_objc_grpc_library_example

python_ubuntu2204_examples:
name: Python
Expand Down
1 change: 1 addition & 0 deletions tools/rulegen/objc.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ func makeObjc() *Language {
Name: "objc_grpc_library",
Kind: "grpc",
Implementation: objcGrpcLibraryRuleTemplate,
SkipTestPlatforms: []string{"all"}, // Current gRPC in BCR is broken due to missing rules_apple
BuildExample: grpcLibraryExampleTemplate,
Doc: "Generates an Objective-C protobuf and gRPC library using ``objc_library``",
Attrs: cppLibraryRuleAttrs,
Expand Down

0 comments on commit a0c56d1

Please sign in to comment.