Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-pick: Include .inc files directly instead of through a filegroup #14575

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

acozzette
Copy link
Member

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: 578333954

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: 578333954
@acozzette acozzette added the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Oct 31, 2023
@github-actions github-actions bot removed the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Oct 31, 2023
@acozzette acozzette merged commit 8defef5 into protocolbuffers:25.x Nov 1, 2023
@acozzette acozzette deleted the cherry-pick branch November 1, 2023 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants