Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile, build: move cross compilation into ci.go #2896

Merged
merged 1 commit into from
Aug 8, 2016

Conversation

karalabe
Copy link
Member

@karalabe karalabe commented Aug 8, 2016

This PR fixes the broken xgo cross builders due to the CI reorgs done a while back.

@robotally
Copy link

robotally commented Aug 8, 2016

Vote Count Reviewers
👍 0
👎 0

Updated: Mon Aug 8 10:44:06 UTC 2016

@mention-bot
Copy link

@karalabe, thanks for your PR! By analyzing the annotation information on this pull request, we identified @fjl and @Gustav-Simonsson to be potential reviewers

@karalabe karalabe force-pushed the fix-xgo-crossbuilds branch from 87dea7c to 8c23f20 Compare August 8, 2016 10:45
@karalabe karalabe added this to the 1.4.11 milestone Aug 8, 2016

// Execute the actual cross compilation
pkg := cmdline[len(cmdline)-1]
args := append(cmdline[:len(cmdline)-1], makeBuildFlags("")...)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice to have the commit hash in cross compiled binaries as well. I guess we can do that later if/when we import xgo rather than call it as a command.

@fjl fjl merged commit 4f4e102 into ethereum:develop Aug 8, 2016
@fjl fjl removed review labels Aug 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants