-
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 releases of Node-ChakraCore #781
Comments
First experimental release: https://nodejs.org/download/chakracore-release/v8.1.2/ |
joaocgreis
added a commit
to JaneaSystems/build
that referenced
this issue
Jul 5, 2017
@joaocgreis - I believe this can be closed now? |
Closing, if there's any issue with the releases we can reopen. |
joaocgreis
added a commit
that referenced
this issue
Sep 14, 2017
Ref: #781 PR-URL: #547 Reviewed-By: Gibson Fahnestock <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After #527, Node-ChakraCore is releasing nightlies when the
v8.x
ormaster
branch changes. Adding to this, it would be useful to mark versions that are more adequate for public consumption, with less known issues.We would like to move forward by making available release builds of Node-ChakraCore. This will use the same infrastructure and Jenkins job as the nightlies, but published in a different folder in the server, https://nodejs.org/download/chakracore-release/.
Here is the current plan to make this happen:
node-chakracore
(removing-nightlies
)release
disttype to the Jenkins jobwww
server (similar to WWW changes for ChakraCore nightlies and releases #547, including automatic promotion)It is not yet time to mirror the full release process of Node-V8. For now, this will use automatic promotion for simplicity. This will be reevaluated in the future, it might be better to move to a closer integration with Node-V8 instead of a parallel release process. Also note that for now there are no MSI packages of Node-ChakraCore to avoid conflicts (users can use the zip/7z package or NVS).
I'm moving forward with this plan to unblock nodejs/node-chakracore#324 and related issues. This issue can be used to gather feedback and suggestions, I can revert my changes if there are objections.
cc @nodejs/build @nodejs/node-chakracore
The text was updated successfully, but these errors were encountered: