-
Notifications
You must be signed in to change notification settings - Fork 3.7k
doc: bump min supported linux and freebsd versions #3830
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
Conversation
The old Linux baseline was essentially RHEL 6 but that distro has been out of support for two years now. Move to RHEL 7. This commit also moves FreeBSD to tier 2 because it isn't actually part of libuv's CI matrix, only Node's. Fixes: libuv#3822
I think this is good to go. Can I get a LGTM, por favor? :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
por favor?
Por supuesto ;)
This has broken builds for me on rhel 7.2 and 7.9 (both on 3.10) as |
@lewis6991 it's probably an issue on your end, kernel+glibc on RHEL 7.9 are new enough. Possibly you have to update libc's devel headers. |
Thanks for the pointer.
I can't seem to find a package for this. Any idea what it'll be called? I've got One issue that might be causing this is that libuv seems to need gcc 4.9 (for |
2.17 is good, that's new enough. If you have a devtoolset-like setup, I suppose gcc may be looking in the wrong location. I don't have a concrete suggestion how to fix that, it's too long ago since I last used devtoolset. :) |
The old Linux baseline was essentially RHEL 6 but that distro has been out of support for two years now. Move to RHEL 7.
This commit also moves FreeBSD to tier 2 because it isn't actually part of libuv's CI matrix, only Node's.
Fixes: #3822