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

Update operating system minimum version to Ubuntu 20.04 #5515

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

MikeMcC399
Copy link
Contributor

This PR updates the Ubuntu version in the list of supported operating systems under the section Getting Started > Installing Cypress > System requirements > Operating System

from

  • Ubuntu 12.04 and above

to

  • Ubuntu 20.04 and above

Background

Getting Started > Installing Cypress > System requirements > Node.js lists Node.js 18, 20 and above as being supported.

The Node.js 18 announcement provides detailed information in the Toolchain and Compiler Upgrades section which lists:

Prebuilt binaries for Linux are now built on Red Hat Enterprise Linux (RHEL) 8 and are compatible with Linux distributions based on glibc 2.28 or later, for example, Debian 10, RHEL 8, Ubuntu 20.04.

additionally it states:

Node.js does not support running on operating systems that are no longer supported by their vendor.

Node.js 18 > BUILDING.md lists more detailed information.

The release notes of Ubuntu 18.04.6 LTS (Bionic Beaver) include the text "WARNING: Release reached End of Life".

Ubuntu 20.04 LTS (Focal Fossa) is therefore the earliest version which is supported by Node.js 18 and is compatible with the prebuilt binaries of Node.js 18.

Attempting to run node or npm from Node.js 18.18.0 LTS on Ubuntu 18.04.6 LTS (Bionic Beaver) fails with the fatal error message:

node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)

@netlify
Copy link

netlify bot commented Oct 4, 2023

👷 Deploy request for cypress-docs pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit df7d158

@netlify
Copy link

netlify bot commented Oct 4, 2023

Deploy Preview for benevolent-cat-040f48 ready!

Name Link
🔨 Latest commit df7d158
🔍 Latest deploy log https://app.netlify.com/sites/benevolent-cat-040f48/deploys/6528195ff2ae38000844779b
😎 Deploy Preview https://deploy-preview-5515--benevolent-cat-040f48.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@cypress-app-bot
Copy link
Collaborator

@MikeMcC399 MikeMcC399 marked this pull request as ready for review October 4, 2023 12:00
@MikeMcC399 MikeMcC399 force-pushed the ubuntu-minimum branch 2 times, most recently from bf820ce to af71122 Compare October 12, 2023 14:48
@jennifer-shehane jennifer-shehane merged commit 7d24d7b into cypress-io:main Oct 12, 2023
7 checks passed
@MikeMcC399 MikeMcC399 deleted the ubuntu-minimum branch October 13, 2023 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants