gh-151929: Add pythoninfo-build command to Platforms/emscripten#152210
gh-151929: Add pythoninfo-build command to Platforms/emscripten#152210vstinner wants to merge 6 commits into
Conversation
Replace also "run --test" with "pythoninfo-host" command.
|
Examples: |
|
@hoodmane: Would you mind to review this change? 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. And once buildbots are migrated, remove the legacy |
|
I wrote a similar change for WASI: #152136. |
|
Can you explain the relationship to issue #151929? It's not obvious to me. |
hoodmane
left a comment
There was a problem hiding this comment.
Looks reasonable to me.
|
Display build info of the build Python: Display build info of the host/Emscripten Python: Interesting, the machine ID of the host machine is inherited by the Emscripten filesystem. |
Add also "pythoninfo-host" command.