Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(79)

Issue 74230043: code review 74230043: go.tools/dashboard/builder: always cross compile for na... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 9 months ago by dave
Modified:
11 years, 9 months ago
Reviewers:
bradfitz
CC:
golang-codereviews, bradfitz
Visibility:
Public.

Description

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.

Patch Set 1 #

Patch Set 2 : diff -r 66765744911b https://code.google.com/p/go.tools #

Patch Set 3 : diff -r 66765744911b https://code.google.com/p/go.tools #

Patch Set 4 : diff -r b9012952ba03 https://code.google.com/p/go.tools #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -2 lines) Patch
M dashboard/builder/env.go View 1 1 chunk +11 lines, -2 lines 0 comments Download

Messages

Total messages: 5
dave_cheney.net
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go.tools
11 years, 9 months ago (2014-03-11 21:41:55 UTC) #1
bradfitz
LGTM but remove the all-caps banner first On Tue, Mar 11, 2014 at 2:41 PM, ...
11 years, 9 months ago (2014-03-11 21:49:44 UTC) #2
dave_cheney.net
PTAL. Description updated
11 years, 9 months ago (2014-03-11 21:57:52 UTC) #3
bradfitz
LGTM
11 years, 9 months ago (2014-03-11 22:00:19 UTC) #4
dave_cheney.net
11 years, 9 months ago (2014-03-11 22:52:18 UTC) #5
*** Submitted as
https://code.google.com/p/go/source/detail?r=b62a410dba52&repo=tools ***

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://codereview.appspot.com/74230043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b