gh-152711: Add pythoninfo-build command to Platforms/Android#152713
gh-152711: Add pythoninfo-build command to Platforms/Android#152713vstinner wants to merge 2 commits into
Conversation
Add a pythoninfo-build command to Platforms/Android to display build info of the build Python. The command runs "make pythoninfo".
|
My plan is to backport this change to 3.13, 3.14 and 3.15 branches, and then modify the buildbot configuration to add a step running the new I made similar changes (with buildbot changes) on:
cc @mhsmith |
|
Extracts of "Pythoninfo build Python" on Android (aarch64): Tests are not run on aarch64. Extracts of "Pythoninfo build Python" on Android (x86_64): Extracts of Android "pythoninfo" on Android (x86_64): |
Oh, that's the known issue gh-150191. |
I prepared PR python/buildmaster-config#748 for the buildbot configuration. |
Add a pythoninfo-build command to Platforms/Android to display build info of the build Python. The command runs "make pythoninfo".
Platforms/Android: addpythoninfo-buildcommand to display build info of the build Python #152711