| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
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.
|
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? |
Sorry, something went wrong.
|
"Display build info of the build Python" logs the boot ID, machine ID and uptime: linux.boot_id: 151ef235-1c59-42b9-9361-6ce6e01cd15e linux.machine_id: c1e1a6c26d1e4cc2ba4abab80d428183 linux.uptime: 0:08:36 |
Sorry, something went wrong.
|
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. |
Sorry, something went wrong.
Replace "host" with "host/WASI Python", as done in Platforms/WASI command line.
|
I wrote a similar change for Emscripten: #152210. |
Sorry, something went wrong.
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15. |
Sorry, something went wrong.
|
Sorry, @vstinner, I could not cleanly backport this to 3.14 due to a conflict. cherry_picker 7c8163719cd23d41daeaed0b243be45de3e82e05 3.14 |
Sorry, something went wrong.
|
Sorry, @vstinner, I could not cleanly backport this to 3.13 due to a conflict. cherry_picker 7c8163719cd23d41daeaed0b243be45de3e82e05 3.13 |
Sorry, something went wrong.
|
GH-152222 is a backport of this pull request to the 3.15 branch. |
Sorry, something went wrong.
… (#152222) gh-151929: Add pythoninfo commands to Platforms/WASI (GH-152136) The "build" command now also runs "pythoninfo-build" and "pythoninfo-host" commands. If no subcommand is provided, display the help. GitHub Action "WASI": * Add "pythoninfo-build" and "pythoninfo-host" commands. * Remove unused and outdated CROSS_BUILD_PYTHON environment variable. (cherry picked from commit 7c81637) Co-authored-by: Victor Stinner <vstinner@python.org>
|
GH-152224 is a backport of this pull request to the 3.14 branch. |
Sorry, something went wrong.
|
GH-152224 is a backport of this pull request to the 3.14 branch. |
Sorry, something went wrong.
#152224) * gh-151929: Add pythoninfo commands to Platforms/WASI (#152136) The "build-python", "build-host" and "build" commands now also run "pythoninfo-build" and "pythoninfo-host" commands. If no subcommand is provided, display the help. GitHub Action "WASI": * Add "pythoninfo-build" and "pythoninfo-host" commands. * Remove unused and outdated CROSS_BUILD_PYTHON environment variable. (cherry picked from commit 7c81637)
) (#152224) (#152226) The "build" command now also runs "pythoninfo-build" and "pythoninfo-host" commands. If no subcommand is provided, display the help. GitHub Action "WASI": * Add "pythoninfo-build" command. * Remove unused and outdated CROSS_BUILD_PYTHON environment variable. (cherry picked from commit 7c81637) (cherry picked from commit 6426887)
|
I deployed a new buildbot configuration using the two new WASI "pythoninfo" commands. It works as expected! Example: system.boot_id: 37d4e586-62cc-46b6-919b-53703418793b system.uptime: 2 days, 0:37:00 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The "build" command now runs also "pythoninfo-build" and "pythoninfo-host" commands.
GitHub Action "WASI":
If no subcommand is provided, display the help.