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

x/build: tracking bug for Android armv7 builders #9579

Closed
rakyll opened this issue Jan 13, 2015 · 5 comments
Closed

x/build: tracking bug for Android armv7 builders #9579

rakyll opened this issue Jan 13, 2015 · 5 comments
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Milestone

Comments

@rakyll
Copy link
Contributor

rakyll commented Jan 13, 2015

I'm working on the android-armv7 builder according to the plan explained on https://golang.org/s/builderplan.

The plan is to depend on one of the official armv7 Android emulator images -- Android emulator is based on qemu-kvm and does arm emulation.

I've drafted the initial work on https://go-review.googlesource.com/#/c/2730/.

@rakyll rakyll self-assigned this Jan 13, 2015
@bradfitz
Copy link
Contributor

Unfortunately we can't run KVM on GCE. They've disabled nested KVM it seems.

@rakyll
Copy link
Contributor Author

rakyll commented Jan 13, 2015

I know the team that's working on nested-KVM on GCE, and in contact. It's likely that I can share more details soon.

@rakyll
Copy link
Contributor Author

rakyll commented Jan 13, 2015

Btw, this is already rolled out to the GCE, not an upcoming project or anything. I was able to run the Android emulator on a bare ubuntu instance earlier today and the tests are passing. They are 30x slower as usual.

@bradfitz
Copy link
Contributor

I doubt it's using KVM, then. I tried to use qemu with KVM the other day for Plan 9 and it didn't work. I had to use my home Linux server instead.

@rsc rsc added this to the Unplanned milestone Apr 10, 2015
@rsc rsc changed the title builders: tracking bug for Android armv7 x/build: tracking bug for Android armv7 builders Apr 14, 2015
@rsc rsc removed the repo-build label Apr 14, 2015
@rsc rsc modified the milestones: Unreleased, Unplanned Apr 14, 2015
@rsc rsc removed the builder label Apr 14, 2015
@rsc rsc added the Builders x/build issues (builders, bots, dashboards) label Jun 11, 2015
@eliasnaur
Copy link
Contributor

With android/amd64 and android/386 running I don't think we need this. There are device builders that test on real devices for arm and arm64.

@golang golang locked and limited conversation to collaborators Mar 7, 2020
@rsc rsc unassigned rakyll Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

5 participants