]> Cypherpunks repositories - gostls13.git/commit
src: add race.bash
authorDave Cheney <dave@cheney.net>
Mon, 28 Jan 2013 10:05:25 +0000 (21:05 +1100)
committerDave Cheney <dave@cheney.net>
Mon, 28 Jan 2013 10:05:25 +0000 (21:05 +1100)
commitb53e95ac2efa287d5932acc4a2dbf68bdb2a5659
tree448a517265b4ea794d3271dfaa550c5333d64878
parent1da07a783ee31a25980f13d7d483be8afe70da95
src: add race.bash

Add race.bash so anyone with suitable hardware can run a race detector build. race.bash can be called from the dashboard builder by passing -cmd="race.bash".

Original source for race.bash is here, http://code.google.com/p/go-wiki/wiki/DashboardBuilders

TODO: add race.bat for windows/amd64

R=dvyukov, minux.ma, adg, rsc
CC=fullung, golang-dev
https://golang.org/cl/7179052
src/race.bash [new file with mode: 0755]