forked from bazel-contrib/rules_go
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make SDK rules more flexible (bazel-contrib#2070)
go_download_sdk now accepts a "version" attribute. This allows downloading a specific version of Go without needing to load SDK_REPOSITORIES. go_register_toolchains now detects any declared go_*_sdk rule, not just one named "go_sdk". At this point, nothing in rules_go should rely on toolchains being in a repository named "go_sdk". Fixes bazel-contrib#1507
- Loading branch information
Jay Conrod
authored
May 20, 2019
1 parent
a3e3b98
commit e9ba5a4
Showing
5 changed files
with
500 additions
and
434 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.