| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Add also PythonInfo step and use it in factories.
There was a problem hiding this comment.
Makes sense to me.
Sorry, something went wrong.
|
Merged. Thanks for checking @hoodmane. |
Sorry, something went wrong.
|
The latest "WASM Emscripten 3.x" job includes the new "pythoninfo" step: https://buildbot.python.org/#/builders/1810/builds/2111 os.uname: posix.uname_result(sysname='Emscripten', nodename='emscripten', release='4.0.12', version='#1', machine='wasm32') sys._emscripten_info: sys._emscripten_info(emscripten_version=(4, 0, 12), runtime='node v24.14.0 (v8 13.6.233.17-node.41)', pthreads=False, shared_memory=False) It works as expected. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Add also PythonInfo step and use it in factories.