Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bazel-contrib#3108 introduced an improvement that aims to remove Go-specific transitions on non-Go dependencies. This fix was incomplete. It did not cover the case where a setting transitions from truthy to falsy. (e.g. `["bla"] => []`) This further reduces duplicated non-Go targets, specifically reducing the number of times Cgo C/C++ dependencies are rebuilt.
- Loading branch information
66a7cf0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fix is incorrect