gh-145805: Add python Platforms/emscripten run subcommand#146051
gh-145805: Add python Platforms/emscripten run subcommand#146051freakboy3742 merged 2 commits intopython:mainfrom
python Platforms/emscripten run subcommand#146051Conversation
This should allow the build bot to be more agnostic to paths. I also added environment variables to set --quiet, --cross-build-dir, and --emsdk-cache
10eda7f to
33a35ab
Compare
|
!buildbot emscripten |
|
🤖 New build scheduled with the buildbot fleet by @hoodmane for commit 33a35ab 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F146051%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
freakboy3742
left a comment
There was a problem hiding this comment.
Thanks - looks good to me. I've pushed some minor formatting tweaks, but no functional changes.
|
!buildbot emscripten |
|
🤖 New build scheduled with the buildbot fleet by @freakboy3742 for commit fa65660 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F146051%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
|
Thanks @hoodmane for the PR, and @freakboy3742 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…thonGH-146051) Provides a `run` command in the Emscripten build tooling, and adds environment variable configuration for EMSDK_CACHE, CROSS_BUILD_DIR and QUIET. (cherry picked from commit abd5246305655fc09e4e3c668c8ca09a1b0fc638) Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
|
GH-146150 is a backport of this pull request to the 3.14 branch. |
This should allow the build bot to be more agnostic to paths. I also added environment variables to set --quiet, --cross-build-dir, and --emsdk-cache.
python Platforms/emscripten run#145805