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

Few updates for Golang build script #14

Merged
merged 6 commits into from Aug 28, 2017

Conversation

nghiant2710
Copy link
Contributor

@nghiant2710 nghiant2710 commented Aug 11, 2017

Major updates:

There is an issue of QEMU v2.9.0 and Go so we can not use that version to build the binary (ref golang/go#20763)
use Go package from each distro as bootstrapping for the build script since aarch64 does not have official go binaries
@bgentry
Copy link

bgentry commented Aug 25, 2017

@nghiant2710 might it be possible to add Go 1.9 to this PR? I was making my own PR but realized it would conflict with this one anyway (and maybe require this QEMU patch) so figured I'd just comment here.

Addition to checksum table is (via Go Downloads):

a4ab229028ed167ba1986825751463605264e44868362ca8e7accc8be057e993 go1.9.src.tar.gz

@nghiant2710
Copy link
Contributor Author

@bgentry thanks a lot, I will add it to this PR

@nghiant2710 nghiant2710 merged commit 62ef167 into product-os:master Aug 28, 2017
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.

runtime: cannot run cross compiled ARM binary on QEMU
3 participants