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 pitrou
Recipients lemburg, loewis, pitrou, shiz, skrah, vstinner
Date 2014-01-21.16:10:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390320612.2304.1.camel@fsol>
In-reply-to <1390320081.32.0.236275801066.issue20305@psf.upfronthosting.co.za>
Content
> "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?"

The master can ask the slave to execute arbitrary commands. So, as long
as you implement the necessary steps as well-known commands executable
by the slave, you can then tell me how to insert them inside the build
process.

However, the only point of setting up an Android buildbot would be if:
1) Python actually builds correctly on Android
2) someone monitors the buildbot for failures and tries to act on them
History
Date User Action Args
2014-01-21 16:10:16pitrousetrecipients: + pitrou, lemburg, loewis, vstinner, skrah, shiz
2014-01-21 16:10:16pitroulinkissue20305 messages
2014-01-21 16:10:16pitroucreate