1
0
mirror of https://github.com/golang/go synced 2024-09-30 09:18:35 -06:00
Commit Graph

3 Commits

Author SHA1 Message Date
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