Updates for Pyodide builds after pyodide-build was unvendored (#2090)
* Fix typos and capitalise * Add docstring for `install_xbuildenv` function * Include Emscripten, Pyodide version in logger messages * Mark separation of pyodide-build and Pyodide * Bump to Pyodide 0.26.4 (py3.12.7) + pyodide-build 0.29.0 * Use pyodide-build version as the source of truth * Update Pyodide constraints * Use 3.12 as the Python version instead of 3.12.7 Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com> * chore: appease the formatter --------- Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
This commit is contained in:
co-authored by
Henry Schreiner
parent
fd990007be
commit
109020ed2d
@@ -20,7 +20,7 @@ from pyodide.code import run_js
|
||||
|
||||
def check_node():
|
||||
# cibuildwheel adds a pinned node version to the PATH
|
||||
# check it's in the PATH then, check it's the one that runs pyoodide
|
||||
# check it's in the PATH then, check it's the one that runs Pyodide
|
||||
cibw_cache_path = Path(sys.argv[1]).resolve(strict=True)
|
||||
# find the node executable in PATH
|
||||
node = shutil.which("node")
|
||||
|
||||
Reference in New Issue
Block a user