This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shiz
Recipients lemburg, loewis, shiz, skrah, vstinner
Date 2014-01-21.02:16:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390270605.06.0.3355259803.issue20305@psf.upfronthosting.co.za>
In-reply-to
Content
>   c) Many (or all) core committers did not have access to the platform
>      in question.

I'd say Android is quite a common platform these days, although I'd concur that it's not particularly easy to run Python OOTB on. :)

>Wikipedia claims that "QEMU also powers the Android emulator which is part of
>the Android SDK."  Can you run a build slave with network access and also run
>the test suite in this emulator?

I've been looking into this, and the only option provided by the Android NDK involves cross-compiling Python on a regular machine. This would require some custom commands before and in between the builds, to build a host Python first, then cross-compile the Android Python, and then start the emulator, transfer the binaries there and run the tests over adb. Can buildbot provide functionality so this can be configured on-slave, or would it require setting up a seperate master?
History
Date User Action Args
2014-01-21 02:16:45shizsetrecipients: + shiz, lemburg, loewis, vstinner, skrah
2014-01-21 02:16:45shizsetmessageid: <1390270605.06.0.3355259803.issue20305@psf.upfronthosting.co.za>
2014-01-21 02:16:45shizlinkissue20305 messages
2014-01-21 02:16:44shizcreate