-
Notifications
You must be signed in to change notification settings - Fork 712
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
binaryen.js is no longer bundled in binaryen #156
Conversation
…need it anyhow (it's for handwritten js users)
Looks good. The bots automatically update emsdk as part of their build steps. See step 1 "Update" on the page you linked. On the right hand side you see that step is calling |
Thanks @juj, sounds good! @asria - that is a related issue, caused by the change that made this fix necessary. It should be fixed already on incoming, see emscripten-core/emscripten#6815 |
Hmm... This has created a situation, where the newest emsdk doesn't work with the last tag of emscripten (or one of recent, if new tag will be added) so basically 1.38.7 is broken |
@asria yeah, sorry for the breakage - we need to tag a new version to fix this. I'm working on that now. |
No worries at all. These projects are awesome, and you are doing outstanding work. If some help is needed with releases I might help. |
Introduced in emscripten-core/emsdk#156
After some reflections, this change actually makes impossible to use every version of emscripten what's currently tagged. |
Looks like 1.38.7 built ok on the bots on ubuntu and windows so far, os x still working. So I think we are ok now? Regarding helping - testing builds and notifying about any issues is very helpful, thanks @asria! |
Oh wait, we aren't ok yet, as the emscripten fix for this issue landed after 1.38.7. I'll tag 1.38.8 now. |
Tagged 1.38.8, hopefully after that all is good. |
Ignore 1.38.7 as it's malformed due emscripten-core/emsdk#156
Ignore 1.38.7 as it's malformed due emscripten-core/emsdk#156
1.38.8 is stable 👍 |
Great, thanks for confirming! |
…k-3.1.7 Roll emsdk install forward to 3.1.12 (again)
And emscripten doesn't need it anyhow (it's for handwritten js users).
This binaryen change broke tagged version building,
http://ec2-54-213-252-128.us-west-2.compute.amazonaws.com:8112/#/builders/5/builds/193
Hopefully this will fix it, although I'm unsure how the bots receive updates to the emsdk script - @juj, do you know?