cmd/go: debug.BuildInfo doesn't include VCS info when cross-compiling [1.18rc1] #51264
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
building on arm64 for amd64:
What did you expect to see?
vcs info, when cross-compiling to AMD64
What did you see instead?
"unknown"
(works when building for native arm64)
The text was updated successfully, but these errors were encountered: