cmd/go: "go test" needs gcc when importing "net" #33840
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, tested with latest stable version (1.12.9).
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
"go build" runs without problems, but "go test" needs gcc.
AFAIK, this bug is the same as #27303, but not #26988. Both were closed, but the former is not fixed yet (at least with 1.12.9).
The text was updated successfully, but these errors were encountered: