-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to skip emscripten version check (#53)
Adds an option to skip emscripten version check. A user can either set `SKIP_EMSCRIPTEN_VERSION_CHECK` env variable, or `skip_emscripten_version_check` in the toml file. I think it is useful in following scenarios: - When we update the Emscripten version in Pyodide but it is not released yet, so a user wants to build a package against newer emscripten version. - When a user needs a newer version of Emscripten to make their package work. But the Emscripten version in Pyodide is not updated yet. Of course, these scenarios will not work if two versions of Emscripten are incompatible. But I think it is useful to provide this option as not always --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Agriya Khetarpal <[email protected]>
- Loading branch information
1 parent
4805d73
commit f78d587
Showing
5 changed files
with
43 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters