1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:11:22 -06:00
go/misc/dashboard/builder
Dave Cheney de2fcae372 misc/dashboard/builder: always do a native build
https://golang.org/cl/8134043 disabled cgo when cross compiling, this means builders which compile for both amd64 and 386 will be compiling the latter with cgo disabled.

This proposal modifies the builder to mirror the dist tool by always doing a native build.

Tested on my darwin/amd64 builder and confirmed the result when building darwin/386 is a native 386 build with cgo enabled.

R=bradfitz, dsymonds, r, adg
CC=golang-dev
https://golang.org/cl/8842044
2013-04-18 16:42:56 +10:00
..
doc.go cmd/godoc: use go/build to determine package and example files 2013-02-19 11:19:58 -08:00
exec.go misc/dashboard/builder: record build result on dashboard 2013-02-15 10:44:29 +11:00
http.go misc/dashboard/builder: check http status before processing response 2012-10-31 02:24:08 +11:00
main.go misc/dashboard/builder: always do a native build 2013-04-18 16:42:56 +10:00
Makefile gobuilder: work with codereview plugin enabled in .hgrc 2012-04-02 18:46:24 +08:00
vcs.go misc/dashboard/builder: various cleanups 2013-02-21 13:11:58 +11:00