-
Notifications
You must be signed in to change notification settings - Fork 1.1k
docs: minimum linux requirements for electron 36 #6219
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
Changes from 2 commits
a05de30
e98ddcb
e788931
003d5a9
806677b
42d36e0
9579880
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,55 @@ Cypress requires [Node.js](https://nodejs.org/en) in order to install the Cypres | |
Node.js versions 18 and 23 are no longer supported. | ||
[See Node's release schedule](https://github.com/nodejs/Release). | ||
|
||
### Unsupported Linux Distributions | ||
|
||
Prebuilt binaries for Linux are no longer compatible with Linux distributions based on glibc `<2.31`. | ||
This support is in line with Node.js's support for Linux in 20+. | ||
|
||
If you're using a Linux distribution based on glibc `<2.31`, for example, Ubuntu 18.04, RHEL 8, CentOS 8, AlmaLinux 8, Rocky Linux 8, you'll need to | ||
|
||
update your system to a newer version to install Cypress 15+. | ||
|
||
### Distribution Support Matrix | ||
|
||
The following matrix shows which major Linux distributions and macOS versions support the requirements for Cypress 15, compared to Cypress 14: | ||
|
||
| Distribution | Version | Cypress 14 | Cypress 15 | | ||
| ---------------- | ---------------- | ---------- | ---------- | | ||
| **Ubuntu** | 18.04 LTS | ❌ | ❌ | | ||
| | 20.04 LTS | ✅ | ✅ | | ||
| | 22.04 LTS | ✅ | ✅ | | ||
| | 24.04 LTS | ✅ | ✅ | | ||
| **Debian** | 10 (Buster) | ✅ | ❌ | | ||
| | 11 (Bullseye) | ✅ | ✅ | | ||
| | 12 (Bookworm) | ✅ | ✅ | | ||
| **RHEL/CentOS** | 7 | ❌ | ❌ | | ||
| | 8 | ✅ | ❌ | | ||
| | 9 | ✅ | ✅ | | ||
| **AlmaLinux** | 8 | ✅ | ❌ | | ||
| | 9 | ✅ | ✅ | | ||
| **Rocky Linux** | 8 | ✅ | ❌ | | ||
| | 9 | ✅ | ✅ | | ||
| **Fedora** | 31 | ❌ | ❌ | | ||
| | 32+ | ✅ | ✅ | | ||
| **openSUSE** | Leap 15.2 | ✅ | ✅ | | ||
| | Leap 15.3+ | ✅ | ✅ | | ||
| | Tumbleweed | ✅ | ✅ | | ||
| **Arch Linux** | Rolling | ✅ | ✅ | | ||
| **Amazon Linux** | 2 | ❌ | ❌ | | ||
| | 2023 | ✅ | ✅ | | ||
| **macOS** | 10.15 (Catalina) | ❌ | ❌ | | ||
| | 11.0+ (Big Sur+) | ✅ | ✅ | | ||
|
||
**Legend:** | ||
|
||
- ✅ **Supported**: Meets all requirements | ||
- ❌ **Not Supported**: Does not meet one or more requirements | ||
|
||
**Requirements:** | ||
|
||
- **Cypress 14**: Node.js 18+, glibc 2.28+, macOS 11.0+ | ||
- **Cypress 15**: Node.js 20+, glibc 2.31+, macOS 11.0+ | ||
|
||
### Webpack `4` is no longer supported | ||
|
||
Cypress is no longer supporting Webpack `4` as it is no longer maintained by the core Webpack team and Webpack `5` has been available since Q4 2020. This includes Webpack `4` support for: | ||
|
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.
I would suggest removing the Cypress 14 column. The docs are meant to reflect 'current version' always aside from the Changelog and Migration Guide docs
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.
Is is possible to add this and then add a commit that removes it and we rebase merge the commits into the main branch so we at least have the historical record some place?
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.
Please don't add this table! It makes it horribly complicated and difficult to maintain.
You're not really testing against all these operating systems and versions and listing them all is creating a whole lot of unnecessary support exposure.
99% of users are on Ubuntu / Debian / Fedora / Windows / macOS as can be seen from issues reported