-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to emsdk to version 3.1.73 #456
Upgrade to emsdk to version 3.1.73 #456
Conversation
I would prefer we use the patched version of emsdk that both pyodide and emscripten-forge use. They use the same patch and to my knowledge it is better for building shared libraries. This will ensure consistency with emscripten-forge too ! See jupyter-xeus/xeus-r#116 on how to do it |
Hi, Could you please finish this PR ? |
Was going through the PR. There are some changes needed
|
@@ -27,7 +27,7 @@ jobs: | |||
clang-runtime: '19' | |||
cling: Off | |||
micromamba_shell_init: bash | |||
emsdk_ver: "3.1.45" | |||
emsdk_ver: "3.1.73" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can completely be removed once the above comment is addressed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similarly for docs and the main.yml. We wouldn't need to store this in a variable !
@mcbarton why was this merged ? |
? |
Description
Please include a summary of changes, motivation and context for this PR.
This is a PR to upgrade the emsdk version we use to version 3.1.73, once emscripten forge is finished with its transition to this version.
Fixes # (issue)
Type of change
Please tick all options which are relevant.
Testing
Please describe the test(s) that you added and ran to verify your changes.
Checklist