| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
AS_VAR_IF([enable_wasm_pthreads], [yes], [ HOSTRUNNER='node --experimental-wasm-threads --experimental-wasm-bulk-memory' ], [ HOSTRUNNER='node' ])
Sorry, something went wrong.
Co-authored-by: Christian Heimes <christian@python.org>
Co-authored-by: Christian Heimes <christian@python.org>
Co-authored-by: Christian Heimes <christian@python.org>
Co-authored-by: Christian Heimes <christian@python.org>
| Back | FazBrowse Home | New Git URL |
HOSTRUNNER is a program which can be used to run BUILDPYTHON for the host platform (for example, python.js requires node).
Also change depedencies from build_all to all so that targets which can't build everything (e.g. WASM) can still run buildbottest and pythoninfo.
cc @tiran
Automerge-Triggered-By: GH:tiran