Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With --use_top_level_targets_for_symlinks, which is enabled by default in Bazel 6.0.0, self-transitioning top-level targets prevent the bazel-bin convenience symlink from being created. Since nogo targets are of this type, their presence would trigger this behavior. Work around this by excluding them from wildcards - they are still transitively built as a tool dependency of every Go target.
- Loading branch information