We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.33.0
0.41.0
6.3.2
Yes
macOS arm64
I'm taming gazelle with bzlmod and want to pass an build_extra_args to gazelle_override e.g.
bzlmod
build_extra_args
gazelle_override
go_deps.gazelle_override( build_extra_args = ["-exclude=src"], path = "github.com/census-instrumentation/opencensus-proto", )
fixing issue like census-instrumentation/opencensus-proto#200 (comment)
The text was updated successfully, but these errors were encountered:
This looks reasonable at least at first glance as this can't be pushed into a directive.
@tyler-french What do you think?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What version of gazelle are you using?
0.33.0
What version of rules_go are you using?
0.41.0
What version of Bazel are you using?
6.3.2
Does this issue reproduce with the latest releases of all the above?
Yes
What operating system and processor architecture are you using?
macOS arm64
What did you do?
I'm taming gazelle with
bzlmod
and want to pass anbuild_extra_args
togazelle_override
e.g.fixing issue like
census-instrumentation/opencensus-proto#200 (comment)
The text was updated successfully, but these errors were encountered: