-
Notifications
You must be signed in to change notification settings - Fork 40
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
Build the spidermonkey bundle from mozilla-central instead of using the ESR #269
Comments
FYI - https://ftp.mozilla.org/pub/spidermonkey/releases/README.txt ESR 115 branched from m-c in July 2023 |
Tom Tang @caleb Caleb Philippe Laporte |
Wes You don't have to pull from m-c every day. Your cache will last until your next pull. This is why I asked for synchronization with m-c on day one of this product, and I'm getting kind of annoyed that two years in it hasn't happened yet. Is there some breaking change between your ESR and the current version on mozilla-central? If no, then let's get it done If yes, then you would have found it shortly after it happened if you had been up to date with m-c from day one. You can't leave yourself at the mercy of an ESR snapshot every six months or whatever. You need to be able to build from current sources or you are always going to be reacting to problems. |
Describe your feature request here.
Using the ESR build is recommended, see
https://github.com/mozilla-spidermonkey/spidermonkey-embedding-examples/blob/esr115/docs/Building%20SpiderMonkey.md
Let's mode to using the version of spidermonkey from mozilla-central so we can keep up with Spidermonkey API changes and improvements as they happen, instead of reacting to them.
Wes relates:
"I tweaked the cmake file to look at the mozilla-central directory, and used the mozilla build tool (I forget the name) to query the repository about its configuration"
Code example
No response
The text was updated successfully, but these errors were encountered: