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 documentation to display required minimum version of glibc and retroactively supported operating systems #5877

Merged
merged 4 commits into from
Jul 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/guides/getting-started/installing-cypress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,12 @@ need prebuilt.
Cypress is a desktop application that is installed on your computer. The desktop
application supports these operating systems:

- **macOS** 10.15 and above _(Intel or Apple Silicon 64-bit (x64 or arm64))_
- **macOS** 10.15 and above _(Intel or Apple Silicon 64-bit (x64 or arm64))_.
- **Linux** Ubuntu 20.04 and above, Fedora 38 and above, and Debian 10 and above _(x64 or arm64)_ (see [Linux Prerequisites](#Linux-Prerequisites) down
below)
- **Windows** 10 and above _(64-bit only)_
below).
- Cypress requires a minimum of [`glibc`](https://www.gnu.org/software/libc/) version `2.17` to run. We recommend a [`glibc`](https://www.gnu.org/software/libc/) version of `2.28` or later.
- Though Cypress does not actively support CentOS 7, RHEL 7, or Amazon Linux 2, the Cypress application binary should be able to run on these platforms as the [`glibc`](https://www.gnu.org/software/libc/) version meets the minimum requirement.
- **Windows** 10 and above _(64-bit only)_.

### Node.js

Expand Down