Shiz added the comment:

>   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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20305>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to