Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
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.js binaries with v8 bleeding edge #450

Closed
vsemozhetbyt opened this issue Jan 19, 2017 · 7 comments
Closed

Node.js binaries with v8 bleeding edge #450

vsemozhetbyt opened this issue Jan 19, 2017 · 7 comments

Comments

@vsemozhetbyt
Copy link

@vsemozhetbyt vsemozhetbyt commented Jan 19, 2017

Is there a binaries store with something like https://github.com/v8/node/tree/vee-eight-lkgr similar to https://nodejs.org/download/nightly/ ?

@bnoordhuis

This comment has been minimized.

Copy link
Member

@bnoordhuis bnoordhuis commented Jan 19, 2017

@fhinkel might be able to answer that. Integration testing is done here but I don't know if you can download the build artifacts anywhere.

@vdeturckheim

This comment has been minimized.

Copy link
Member

@vdeturckheim vdeturckheim commented Jan 19, 2017

There is a page with the nightly builds. Dunno if it is what you need.
https://nodejs.org/download/nightly/

@vsemozhetbyt

This comment has been minimized.

Copy link
Author

@vsemozhetbyt vsemozhetbyt commented Jan 19, 2017

@vdeturckheim Now, Node.js nightly builds have almost the same v8 version as the current branch: v8 5.4.500.45 in Node.js 7.4.0 vs v8 5.4.500.46 in the Node.js 8.0.0-nightly20170118622b43997f. It would be helpful to have more edgy Node.js, something like Chrome Canary with the last v8.

For example, see this thread and this results: sometimes, it is interesting what goes on in the edge area, what optimizations we may wait and so on.

Unfortunately, I could not build from https://github.com/v8/node/tree/vee-eight-lkgr today on Windows 7, it fails. It would be handy to have a LKGR as a binary for quick tests.

@fhinkel

This comment has been minimized.

Copy link
Member

@fhinkel fhinkel commented Jan 20, 2017

You can download a zip file, e.g. Build #3289. But I think only for Ubuntu 😞 .

As @bnoordhuis said, we have CI results.

They include a link to the zip file for every build. Click on a build number, then towards the bottom of the list of steps on Archive link - download.

I'll discuss if we can setup a Windows trybot. Would be nice to easily be able to get the binaries as well.

/cc @nodejs/v8

@targos

This comment has been minimized.

Copy link
Member

@targos targos commented Jan 20, 2017

I've been thinking lately about making a proposal to have nightly "canary" builds using our master branch and V8's lkgr. I'm working on scripts to automate this.

@ofrobots

This comment has been minimized.

Copy link

@ofrobots ofrobots commented Jan 20, 2017

@targos that would awesome. Are you able to share the scripts you're working on. It would be good to be able to re-use the same integration scripts in both the node and the V8 build infrastructure.

@lordKnighton

This comment has been minimized.

Copy link
Contributor

@lordKnighton lordKnighton commented Mar 30, 2017

closing for now, definitely feel free to reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
7 participants
You can’t perform that action at this time.