gh-151929: Add pythoninfo commands to Platforms/WASI#152136
Open
vstinner wants to merge 5 commits into
Open
Conversation
The "build" command now runs also "pythoninfo-build" and "pythoninfo-host" commands. GitHub Action "WASI": * Run "pythoninfo-build" command. * Remove unused and outdated CROSS_BUILD_PYTHON environment variable. If no subcommand is provided, display the help.
Member
Author
|
The WASI CI job completed successfully and it now has two "pythoninfo" steps:
@brettcannon: Would you mind to review this change? Does it look like a reasonable addition? |
Member
Author
|
"Display build info of the build Python" logs the boot ID, machine ID and uptime: |
Member
Author
|
My plan is to backport this change to 3.13, 3.14 and 3.15 branches, and then update the buildbot configuration to call these new commands. |
Replace "host" with "host/WASI Python", as done in Platforms/WASI command line.
Member
Author
|
I wrote a similar change for Emscripten: #152210. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The "build" command now runs also "pythoninfo-build" and "pythoninfo-host" commands.
GitHub Action "WASI":
If no subcommand is provided, display the help.