Skip to content
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

doc: update minimum glibc requirements for Linux #42659

Merged
merged 1 commit into from
Apr 13, 2022

Commits on Apr 12, 2022

  1. doc: update minimum glibc requirements for Linux

    Starting with Node.js 18 we have moved building the release binaries
    from being built on CentOS 7/RHEL 7 to being built on RHEL 8 as the
    End-of-Life date of CentOS 7/RHEL 7 is before the End-of-Life date
    of Node.js 18 and we do not want to have to make a disruptive change
    towards the end of Node.js 18's life cycle.
    
    Moving to RHEL 8 has raised the glibc version being linked against
    (2.28). The official Node.js Linux release binaries will only run on
    Linux distributions with a matching or higher version of glibc.
    richardlau committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    63b8cc7 View commit details
    Browse the repository at this point in the history