summaryrefslogtreecommitdiff
path: root/src/run.rc
Commit message (Expand)AuthorAgeFilesLines
* run: set GOENV=off when running 'go tool dist env'Bryan C. Mills2022-08-171-0/+1
* cmd/dist: move more environment logic into cmd/dist from make and run scriptsBryan C. Mills2022-04-051-5/+1
* build: set GOPATH consistently in run.bash, run.bat, run.rcRuss Cox2021-02-191-5/+4
* run.{bash,bat,rc}: use ../bin/go instead of the go binary in $PATHBryan C. Mills2020-03-271-2/+7
* build: clear GO111MODULE during make.bash etcRuss Cox2018-11-161-0/+1
* cmd/go: add $GOFLAGS environment variableRuss Cox2018-08-011-0/+1
* build: unset GOBIN during buildBrad Fitzpatrick2016-05-191-0/+1
* cmd/dist: make test default to --no-rebuildRuss Cox2015-12-291-1/+1
* build: convert run.bash, run.bat, and run.rc into a Go programBrad Fitzpatrick2015-03-031-57/+1
* build: restore original timeouts in run.rcDavid du Colombier2015-02-271-6/+2
* [dev.cc] cmd/go: fix expansion of 'std', add 'cmd'Russ Cox2015-02-231-2/+2
* build: add GOTESTONLY environment test for Plan 9's run.rcBrad Fitzpatrick2015-01-081-0/+8
* build: increase Plan 9 timeout for runtime multi-CPU test, add temporary -vBrad Fitzpatrick2015-01-081-1/+5
* build: increase timeout in run.rcDavid du Colombier2015-01-071-2/+2
* build: be verbose when running tests on Plan 9Anthony Martin2014-07-201-1/+1
* build: don't build goplay in run.rc.Shenghou Ma2014-06-011-4/+0
* run.bash: explain why we set GOMAXPROCS for runtime testDmitriy Vyukov2014-03-061-0/+2
* build: fix typos in run.rcDavid du Colombier2014-01-281-2/+2
* build: remove builder from test suite (fix build)Andrew Gerrand2013-08-011-2/+2
* build: do not set GOBIN on Plan 9Anthony Martin2013-02-261-3/+16
* src/run.rc: "go env -9" is not valid, the correct command is "go tool dist en...Lucio De Re2013-02-191-1/+1
* run.{bash,bat,rc}: unset GOMAXPROCS before ../testDave Cheney2012-11-151-1/+1
* build: dist-based build for Plan 9Anthony Martin2012-05-011-0/+50