]> Cypherpunks repositories - gostls13.git/commit
cmd/go: remove special case for prebuilt cgo library cache keys
authorBryan C. Mills <bcmills@google.com>
Tue, 22 Nov 2022 03:12:15 +0000 (22:12 -0500)
committerGopher Robot <gobot@golang.org>
Tue, 22 Nov 2022 15:58:43 +0000 (15:58 +0000)
commit5c9a506de17bdeb692e6e12d5ab56a06c11b042c
tree2138ee7d4a03b6d9eb974006779a658b1f9018c4
parent5b1b080ca5433c957aaee431d3e429558742cb10
cmd/go: remove special case for prebuilt cgo library cache keys

This was an oversight from CL 452457 that I noticed while
investigating #56889.

This change essentially undoes CL 335409, which is no longer needed
after CL 450739 because we no longer attempt to use cgo by default
when no C compiler is present.

Updates #47257.
Updates #40042.
Updates #47215.

Change-Id: I29c7ce777a9ec7ba5820dc1d836b12a61b86bc37
Reviewed-on: https://go-review.googlesource.com/c/go/+/452677
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Bryan Mills <bcmills@google.com>
src/cmd/go/internal/work/exec.go
src/cmd/go/testdata/script/cgo_stale_precompiled.txt