]> Cypherpunks repositories - gostls13.git/commit
cmd/go: don't add C compiler ID to hash for standard library
authorIan Lance Taylor <iant@golang.org>
Sun, 18 Jul 2021 20:58:13 +0000 (13:58 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 20 Jul 2021 20:23:41 +0000 (20:23 +0000)
commit9e26569293c13974d210fd588ebfd29b857d8525
treed8cc2397c7fb619c6ebd7915021bd6cd3b88f32d
parentd568e6e075e6434635268d3caf55963f4e564579
cmd/go: don't add C compiler ID to hash for standard library

No test because a real test requires installing two different compilers.

For #40042
For #47251

Change-Id: Iefddd67830d242a119378b7ce20be481904806e4
Reviewed-on: https://go-review.googlesource.com/c/go/+/335409
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/go_test.go
src/cmd/go/internal/work/exec.go