Commit ba1056d
authored
go_repository_tools: build with -buildvcs=false (#2324)
**What type of PR is this?**
> Bug fix
**What package or component does this PR mostly affect?**
`go_repository_tools`
**What does this PR do? Why is it needed?**
Adds `-buildvcs=false` to the command line when building `gazelle` and
other binaries for use within `go_repository`.
Leaving VCS stamping enabled may cause problems if a VCS tool is
misconfigured. We don't really need VCS stamping.
**Which issues(s) does this PR fix?**
Fixes #2323
**Other notes for review**1 parent cd1408c commit ba1056d
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
0 commit comments