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

Support Native Bazel Tags for Build Querying #2272

Open
sdmichelini opened this issue Aug 31, 2023 · 1 comment
Open

Support Native Bazel Tags for Build Querying #2272

sdmichelini opened this issue Aug 31, 2023 · 1 comment
Labels
Can Close? Will close in 30 days unless there is a comment indicating why not

Comments

@sdmichelini
Copy link

🚀 feature request

Relevant Rules

Amend existing rules to support Bazel tags.

Description

Would like to add parameters for the rules so that we can add Bazel tags to the generated targets.

One of our use cases is selectively building / testing Bazel targets via selecting which tags to test.

For example, running the command: bazel build --build_tag_filter=example_test //path/... should just
build the binaries with the example_test in its tags attribute.

Describe the solution you'd like

Just integrate with the basic Bazel tagging system.

Describe alternatives you've considered

N / A - open to any / all ideas.

Copy link

This issue has been automatically marked as stale because it has not had any activity for 180 days. It will be closed if no further activity occurs in 30 days.
Collaborators can add an assignee to keep this open indefinitely. Thanks for your contributions to rules_docker!

@github-actions github-actions bot added the Can Close? Will close in 30 days unless there is a comment indicating why not label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Can Close? Will close in 30 days unless there is a comment indicating why not
Projects
None yet
Development

No branches or pull requests

1 participant