aboutsummaryrefslogtreecommitdiff
path: root/src/run.rc
AgeCommit message (Expand)Author
2022-08-17run: set GOENV=off when running 'go tool dist env'Bryan C. Mills
2022-04-05cmd/dist: move more environment logic into cmd/dist from make and run scriptsBryan C. Mills
2021-02-19build: set GOPATH consistently in run.bash, run.bat, run.rcRuss Cox
2020-03-27run.{bash,bat,rc}: use ../bin/go instead of the go binary in $PATHBryan C. Mills
2018-11-16build: clear GO111MODULE during make.bash etcRuss Cox
2018-08-01cmd/go: add $GOFLAGS environment variableRuss Cox
2016-05-19build: unset GOBIN during buildBrad Fitzpatrick
2015-12-29cmd/dist: make test default to --no-rebuildRuss Cox
2015-03-03build: convert run.bash, run.bat, and run.rc into a Go programBrad Fitzpatrick
2015-02-27build: restore original timeouts in run.rcDavid du Colombier
2015-02-23[dev.cc] cmd/go: fix expansion of 'std', add 'cmd'Russ Cox
2015-01-08build: add GOTESTONLY environment test for Plan 9's run.rcBrad Fitzpatrick
2015-01-08build: increase Plan 9 timeout for runtime multi-CPU test, add temporary -vBrad Fitzpatrick
2015-01-07build: increase timeout in run.rcDavid du Colombier
2014-07-20build: be verbose when running tests on Plan 9Anthony Martin
2014-06-01build: don't build goplay in run.rc.Shenghou Ma
2014-03-06run.bash: explain why we set GOMAXPROCS for runtime testDmitriy Vyukov
2014-01-28build: fix typos in run.rcDavid du Colombier
2013-08-01build: remove builder from test suite (fix build)Andrew Gerrand
2013-02-26build: do not set GOBIN on Plan 9Anthony Martin
2013-02-19src/run.rc: "go env -9" is not valid, the correct command is "go tool dist en...Lucio De Re
2012-11-15run.{bash,bat,rc}: unset GOMAXPROCS before ../testDave Cheney
2012-05-01build: dist-based build for Plan 9Anthony Martin