Anthony Martin
|
f08acae76e
|
build: do not set GOBIN on Plan 9
Also, I synced the rc files with changes
that have been made to make.bash, etc.
R=seed, rminnich, r
CC=golang-dev
https://golang.org/cl/7389049
|
2013-02-26 09:25:46 -08:00 |
|
Lucio De Re
|
7b5de7240e
|
src/run.rc: "go env -9" is not valid, the correct command is "go tool dist env -9".
R=minux.ma, bradfitz
CC=golang-dev
https://golang.org/cl/7307120
|
2013-02-19 19:02:18 +08:00 |
|
Dave Cheney
|
36c4a73fb2
|
run.{bash,bat,rc}: unset GOMAXPROCS before ../test
test/run.go already executes tests in parallel where
possible. An unknown GOMAXPROCS value during the tests
is known to cause failures with tests that measure
allocations.
ref: https://groups.google.com/d/topic/golang-nuts/tgMhFJ3F5WY/discussion
R=fullung, minux.ma, r
CC=golang-dev
https://golang.org/cl/6847050
|
2012-11-15 11:40:10 +11:00 |
|
Anthony Martin
|
3859032980
|
build: dist-based build for Plan 9
R=rsc, iant, iant, seed
CC=golang-dev
https://golang.org/cl/5608059
|
2012-05-01 22:32:46 -07:00 |
|