gRPC auto-generates CMake and other build configs from the Bazel build graph, but the logic for doing this does not know how to handle filegroups. This change works around that problem by making the `:port` target refer directly to the `.inc` files instead of going through a filegroup. This solution is not ideal but I think it's probably the best way to unblock progress for now. PiperOrigin-RevId: 578333954pull/14581/head
parent
88249acbfd
commit
712badffb1
1 changed files with 9 additions and 1 deletions
Loading…
Reference in new issue