1
0
mirror of https://github.com/golang/go synced 2024-11-19 02:04:42 -07:00
go/dashboard/builder
Dave Cheney dc0772a41e go.tools/dashboard/builder: always cross compile for nacl builds
If we are building, for example, linux/386 on a linux/amd64 machine we want to make sure that the whole build is done as a if this were compiled on a real linux/386 machine. In other words, we want to not do a cross compilation build.

The exception to this rule is when we are doing nacl builds. These are by definition always cross compilation, and we have support built into cmd/go to be able to handle this case.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/74230043
2014-03-12 09:52:02 +11:00
..
doc.go go.tools: add dashboard 2013-08-01 13:23:51 +10:00
env.go go.tools/dashboard/builder: always cross compile for nacl builds 2014-03-12 09:52:02 +11:00
exec.go go.tools/dashboard: implement dashboard using vcs package. 2013-08-27 21:52:18 -07:00
http.go dashboard/builder: minor fixes and enhancements 2013-11-22 10:12:51 +04:00
main.go go.tools/dashboard/builder: Use git for gccgo builds instead of svn. 2014-02-19 16:32:41 -08:00
Makefile go.tools: add dashboard 2013-08-01 13:23:51 +10:00
vcs.go go.tools/dashboard/builder: use "hg archive -t files -r REV dest" instead of "hg clone" for the work directory. 2014-02-13 20:50:29 -05:00