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

Only forward nocopts to cc_library if present in kwargs #298

Merged
merged 1 commit into from Dec 14, 2023

Conversation

yeswalrus
Copy link
Contributor

Modifies the cc_library call to only forward arguments if they're present in kwargs. This is vital for bazel 7.0.0 compatibility since the nocopts attribute is removed (it's actually been deprecated since 2019 but the documentation was never updated).

Modifies the cc_library call to only forward arguments if they're present in kwargs.
This is vital for bazel 7.0.0 compatibility since the `nocopts` attribute is removed (it's actually been deprecated since 2019 but the documentation was never updated).
@github-actions github-actions bot added the lang-cpp C++ rules specific label Dec 6, 2023
@aaliddell aaliddell merged commit e7349ce into rules-proto-grpc:master Dec 14, 2023
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang-cpp C++ rules specific
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants