cmd/go: no link cache for plugin on darwin #59845
Labels
FrozenDueToAge
GoCommand
cmd/go
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Darwin
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?
plugin.go:
What did you expect to see?
The second build should use the cache and don't compile or link.
What did you see instead?
The second build links again.
This is the output:
The text was updated successfully, but these errors were encountered: