gh-152711: Add pythoninfo-build command to Platforms/Android#152713
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. |
|
Thanks @vstinner for the PR, and @freakboy3742 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15. |
|
GH-152725 is a backport of this pull request to the 3.15 branch. |
|
GH-152726 is a backport of this pull request to the 3.14 branch. |
|
GH-152727 is a backport of this pull request to the 3.13 branch. |
|
Thanks for the review+merge @freakboy3742!
The new configuration works as expected: a new "Display build info of the build Python" step has been added. |
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