Descriptionmisc/dashboard/builder: always do a native build
https://codereview.appspot.com/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.
Patch Set 1 #Patch Set 2 : diff -r e974430a6f67 https://code.google.com/p/go #Patch Set 3 : diff -r e974430a6f67 https://code.google.com/p/go #
Total comments: 1
Patch Set 4 : diff -r e974430a6f67 https://code.google.com/p/go #Patch Set 5 : diff -r e974430a6f67 https://code.google.com/p/go #Patch Set 6 : diff -r 4543c39256f9 https://code.google.com/p/go #MessagesTotal messages: 9
|