Commit ce47a62
authored
Add a
## Why
<!-- Why are these changes needed? Provide the context that the reviewer
might be missing.
For example, were there any decisions behind the change that are not
reflected in the code itself? -->
New command allows to build a binary in a VM environment that has the
source files but can't properly read git stamps. I test the CLI on
Windows using Parallels Desktop where my files are mirrored from the
hosted Mac OS to a separate virtual disk, this set up somehow confuses
go/git to properly stamp the binary with the VCS info.
## Tests
<!-- How have you tested the changes? -->
Manual runs of `make build` and `make build-vm`
<!-- If your PR needs to be included in the release notes for next
release,
add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->build-vm command to Makefile (#3493)1 parent 49c8e5f commit ce47a62
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| |||
0 commit comments