golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
120.66k stars 17.33k forks source link

x/build/env: host-linux-amd64-androidemu (Container Image: android-amd64-emu:bff27c0c9263) #61097

Open joedian opened 11 months ago

joedian commented 11 months ago

This issue tracks creating a LUCI builder that provides coverage for the GOOS=android GOARCH=amd64 port by the means of using an Android emulator.

bcmills commented 10 months ago

(CC @golang/android)

changkun commented 10 months ago

Thanks for the ping. What's the exact action here? Any docs for reading :)?

bcmills commented 10 months ago

I'm not sure! 🙃

I expect that the release team will follow up (either here or on the golang-dev mailing list) when they have more specific steps to take.

dmitshur commented 4 weeks ago

This particular issue tracks the Android emulator-based builder. I've had a chance to prototype it earlier, and will update it as further progress is made.

@changkun, at this time this issue doesn't need action from you. However, if you'd like to try to make progress on converting Corellium Android builders to LUCI, please see umbrella issue #60440 for reverse builders, and find general instructions at https://go.dev/wiki/DashboardBuilders#luci-builders. You'll want to file a separate issue to track its process and any Corellium-specific constraints you might run into. Thanks.