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

Add a bazel_feature to gate the grep_includes parameter #17

Merged
merged 3 commits into from
Jul 31, 2023

Conversation

scentini
Copy link
Contributor

The grep_includes parameter has been made optional in cc_common APIs as of Bazel 6.3 (e.g. in bazelbuild/bazel#18823). This feature allows for rulesets to support versions < 6.3, where the grep_includes parameter is mandatory, as well as to prepare for future Bazel releases where the grep_includes parameter will not exist.

@meteorcloudy meteorcloudy requested review from Wyverald and fmeum July 31, 2023 10:16
features.bzl Outdated Show resolved Hide resolved
@meteorcloudy meteorcloudy merged commit 4c01421 into bazel-contrib:main Jul 31, 2023
@meteorcloudy
Copy link
Collaborator

@fmeum @alexeagle we probably need a new release for rules_rust.

@scentini scentini deleted the grep_includes branch July 31, 2023 13:54
@fmeum
Copy link
Member

fmeum commented Jul 31, 2023

I have never done releases in this repo, do I need to do more than push a tag?

@alexeagle
Copy link
Contributor

Just push a tag to this repo when you want a release!

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.

4 participants