-
Notifications
You must be signed in to change notification settings - Fork 14
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
Node v6.11.3 #75
Node v6.11.3 #75
Conversation
@huseyinkozan Why was libicu removed? Is that something that changed with Node 6? |
I added libicu for a |
Node 6.11.2 Release Notes -> https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md#6.11.2 |
@HipsterBrown we don't want to build with ICU either way (the deps are massive) |
The only thing holding me up on this is that t2-release doesn't work as intended anymore and I'm still in the process of updating it. Aside from that, I could do it manually like we did in the last release, but I won't do that on a Friday ;) |
There is a libicu package at master branch : https://github.com/openwrt/packages/tree/master/libs/icu. The first one that I added was not complete. |
Just to make sure I still understand correctly: We really do not want to ship built-in ICU data, it's too large. |
Actually my last trial was for enable the inspector. It depends on intl : https://github.com/nodejs/node/blob/v6.x/configure#L1291 Anyway, old fashion |
@huseyinkozan - inspector will be an amazing feature for Tessel. What are the missing pieces to enable that ? |
@tikurahul After enable the system icu with With the modified official libicu package, I got these
But I cannot find any CFLAG to give it a correct path. Maybe we need to change install path, but dont know. The small modification is replacing |
Updated to v6.11.3. Built but not write to Tessel. |
I'd like to do a release next week. I will try to make the requisite time for that |
Ok, thanks Rick. I had also tried to build v8.4.0, but got an error about |
I've just completed a build and updated a Tessel 2 locally. My next steps are to run a few common programs (from Sparkfun and our own tutorials) on the updated Tessel 2. Once that's complete, I will do the final push. I estimate no later than Thursday |
Ok, thanks. Ask me if I can do something. Not related, but I am fihgting a memory issue. My project grown so much. Trying to minimize it. Any methods to decrease RAM usage ?
Edit: Sorry, was a silly question. I may try profiling at computer before push it. |
That was going to be my suggestion :) |
Does this need to be closed? |
@nodebotanist Yes, we're now on Node 8 support. Thanks for triaging. 👏 |
Cleaned libicu and updated to Node 6.11.3.