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

go_binary, go_test: add gotags attribute #2440

Merged
merged 14 commits into from
Apr 20, 2020

Conversation

jayconrod
Copy link
Contributor

The gotags attribute sets which build tags are enabled when evaluting
build constraints. This is equivalent to setting
--@io_bazel_rules_go//go/config:tags on the command line.

Fixes #1351

The gotags attribute sets which build tags are enabled when evaluting
build constraints. This is equivalent to setting
--@io_bazel_rules_go//go/config:tags on the command line.

Fixes bazel-contrib#1351
@jayconrod jayconrod merged commit 8f4ebbd into bazel-contrib:master Apr 20, 2020
@jayconrod jayconrod deleted the gotags branch April 20, 2020 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

go_binary: support build constraints via build_setting
2 participants