aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2017-10-30 15:28:11 -0400
committerRuss Cox <rsc@golang.org>2017-10-31 13:19:15 +0000
commit2beb173e9858c966a1db351883cfdccc8cdca583 (patch)
tree247c00c4683d3d45a959b902484cf41409428de3 /src/make.bash
parent99be9cc02cdb42d692a5889500e1b68d6155ae62 (diff)
downloadgo-2beb173e9858c966a1db351883cfdccc8cdca583.tar.xz
all: respect $GO_GCFLAGS during run.bash
If the go install doesn't use the same flags as the main build it can overwrite the installed standard library, leading to flakiness and slow future tests. Force uses of 'go install' etc to propagate $GO_GCFLAGS or disable them entirely, to avoid problems. As I understand it, the main place this happens is the ssacheck builder. If there are other uses that need to run some of the now-disabled tests we can reenable fixed tests in followup CLs. Change-Id: Ib860a253539f402f8a96a3c00ec34f0bbf137c9a Reviewed-on: https://go-review.googlesource.com/74470 Reviewed-by: David Crawshaw <crawshaw@golang.org>
Diffstat (limited to 'src/make.bash')
0 files changed, 0 insertions, 0 deletions