• Russ Cox's avatar
    all: respect $GO_GCFLAGS during run.bash · 2beb173e
    Russ Cox authored
    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/74470Reviewed-by: 's avatarDavid Crawshaw <crawshaw@golang.org>
    2beb173e
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...