]> Cypherpunks repositories - gostls13.git/commit
misc/dashboard/builder: add -race builder support
authorDave Cheney <dave@cheney.net>
Tue, 9 Apr 2013 02:48:04 +0000 (12:48 +1000)
committerDave Cheney <dave@cheney.net>
Tue, 9 Apr 2013 02:48:04 +0000 (12:48 +1000)
commit26312afd7b7f92201afa5f10e1c54803f27dbcf5
tree3bcbf52ba6449d7b40e5b7edfcf87bc219feb271
parentc8b2b725e098bdc85130f2e00ea43c74a4c4346d
misc/dashboard/builder: add -race builder support

If the build key contains -race, the builder will invoke to the race.{bat,bash} build command. This allows {darwin,linux,windows}-amd64 builders to do race and non race builds in sequence.

R=adg, dvyukov, fullung
CC=golang-dev
https://golang.org/cl/8266046
misc/dashboard/builder/main.go