[issue20305] Android's incomplete locale.h implementation prevents cross-compilation

Antoine Pitrou report at bugs.python.org
Tue Jan 21 17:10:16 CET 2014


Antoine Pitrou added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20305>
_______________________________________


More information about the Python-bugs-list mailing list