cmd/go: list -compiled -find ignores cgo caching #29371
Labels
FrozenDueToAge
GoCommand
cmd/go
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Think so.
What did you do?
What did you expect to see?
I expected -find to make it faster or at least not slower.
What did you see instead?
It made it slower, because it's rerunning cgo compilation with -find for some reason.
The text was updated successfully, but these errors were encountered: