-
Notifications
You must be signed in to change notification settings - Fork 166
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 nightlies of Node-ChakraCore #527
Comments
nightly builds seem reasonable to me. |
I'd like to see this end up in the nightly job at some point, but having it separate to speed up development makes sense. |
Windows nightly releases are already in place. However, Linux releases cannot be built out of our current release servers, because the In order to disturb or current infra as little as possible, I plan to create a new release server with Ubuntu 16.04 only for ChakraCore. I accept full responsibility for maintaining it (@orangemocha can be a backup if absolutely necessary). @nodejs/build any objections? |
Ubuntu release server done, deployed using JaneaSystems@8c8d28c . Will follow with a OS X server if there are no objections. |
OS X server deployed using https://github.com/nodejs/build/tree/master/setup/osx and |
Node-ChakraCore has reduced external dependencies, so OSX nightlies are now being released from the OSX release server. |
Node-ChakraCore now supports Ubuntu 14.04. Deployed a Ubuntu 14.04 release server to replace 16.04 with JaneaSystems@622ea30 . |
Ref: #527 PR-URL: #547 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Kunal Pathak <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
Node.js on ChakraCore (https://github.com/nodejs/node-chakracore) is becoming increasingly stable. Hence, it is our intention to provide users with an easy way to start experimenting with the latest version, by providing experimental nightly builds. For now, this will include a Windows version and a Linux version build from the
xplat
branch.If there are no objections, I will soon move forward with this. My current plan is to follow these steps:
nodejs-nightly-builder
step altogether (see next item).iojs+release
, and it's better to have a dedicated job that can take any modifications or workarounds for now. This allows us to skip thenodejs-nightly-builder
step above.chakracore-nightly
topromote_nightly.sh
(+settings
)Please let me know of any suggestions.
cc @nodejs/node-chakracore @nodejs/build @joshgav @digitalinfinity
The text was updated successfully, but these errors were encountered: