bazel-contrib / rules_go

Go rules for Bazel
Apache License 2.0
1.38k stars 656 forks source link

Speedup get_mode some more #4056

Closed dzbarsky closed 1 month ago

dzbarsky commented 1 month ago

What type of PR is this? starlark cleanup

What does this PR do? Why is it needed? Looks like we were adding the gotags from ctx.var multiple times when cgo was enabled. This led me to realize we can compute all tags at GoConfigInfo creation time.

Which issues(s) does this PR fix?

Fixes #

Other notes for review