-
Notifications
You must be signed in to change notification settings - Fork 167
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
FR: symlink to latest nightly #908
Comments
P.S. Also a huge boon would be if I could grab the binary artifacts from |
The compile jobs now archive artifacts - this will use some disk space in the CI host but should not be an issue. Having the nightlies latest link might take some work, I suspect adding support to https://github.com/nodejs/nodejs-latest-linker and testing it well. |
latest-linker uses simple sorting to figure out the latest. One reason I didn't add nightly symlinks in the first place is that it's technically possible to have them out of order, two with the same date but commits sorting differently. But that'd only happen if we had some weird extended compile-duration problem with them or they were manually triggered so I guess it's not a big deal. |
I agree.
What makes sense to me is having exactly the same as for releases. |
Closing due to long period of inactivity. Feel free to re-open if this is a thing. I'm just trying to close stuff that has been ignored for sufficiently long that it seems likely it's not something we're going to get to. |
(blahblahblah Windows blahblahblah 2.5 hour build) turns out I use the nightlies fairly frequently, but https://nodejs.org/download/nightly/ is unstructured, and even requires a tiny bit of parsing for automation. Could we create a symlink to the latest nightly?
The text was updated successfully, but these errors were encountered: