You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Related to #72), and as stated in the issue title. I think we should allow this, as pyodide build at the moment downloads multiple cross-build environments (in whichever folder the command is run from, rather than using the existing one). If pyodide build can know where to look, we can specify that and not use excess bandwidth.
My question is, should we call it --xbuildenv-path/PYODIDE_XBUILDENV_PATH or --xbuildenv-dir/PYODIDE_XBUILDENV_DIR, i.e., path vs dir?
The text was updated successfully, but these errors were encountered:
Yes, that would be fine. This option would be in conjunction with that – so that we can place it in a cache dir, but also allow placing it elsewhere if specified.
(Related to #72), and as stated in the issue title. I think we should allow this, as
pyodide build
at the moment downloads multiple cross-build environments (in whichever folder the command is run from, rather than using the existing one). Ifpyodide build
can know where to look, we can specify that and not use excess bandwidth.My question is, should we call it
--xbuildenv-path
/PYODIDE_XBUILDENV_PATH
or--xbuildenv-dir
/PYODIDE_XBUILDENV_DIR
, i.e.,path
vsdir
?The text was updated successfully, but these errors were encountered: