[Python-Dev] Testing cross-compiled python (windows arm32) from build bot

Paul Monson Paul.Monson at microsoft.com
Mon Mar 18 16:10:53 EDT 2019


Hello,

For windows arm32 I would like to be able run tests in the buildbot.
Windows arm32 programs built with MSVC are always cross-compiled.
This means I need to build cpython on x86/x64 and then deploy the build artifacts and run the tests on an ARM32 device.

Is there any documentation or examples of how to do this?
If not, are there any recommendations for how to achieve this?

Thanks,
Paul Monson

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20190318/a50835e0/attachment.html>


More information about the Python-Dev mailing list