Message208603
> 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? |
|
| Date |
User |
Action |
Args |
| 2014-01-21 02:16:45 | shiz | set | recipients:
+ shiz, lemburg, loewis, vstinner, skrah |
| 2014-01-21 02:16:45 | shiz | set | messageid: <[email protected]> |
| 2014-01-21 02:16:45 | shiz | link | issue20305 messages |
| 2014-01-21 02:16:44 | shiz | create | |
|