Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Support Native Bazel Tags for Build Querying #2272

Open
sdmichelini opened this issue Aug 31, 2023 · 0 comments
Open

Support Native Bazel Tags for Build Querying #2272

sdmichelini opened this issue Aug 31, 2023 · 0 comments

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant