Skip to content

Commit ffd48f4

Browse files
cacieprinsjennifer-shehaneMikeMcC399
authored
docs: minimum linux requirements for electron 36 (#6219)
* minimum linux requirements for electron 36 * fix deb 10 ref for cy 14 * rm tables, make concise * Update docs/app/get-started/install-cypress.mdx * Update docs/app/references/migration-guide.mdx * Update docs/app/references/migration-guide.mdx Co-authored-by: Mike McCready <[email protected]> --------- Co-authored-by: Jennifer Shehane <[email protected]> Co-authored-by: Mike McCready <[email protected]>
1 parent 0df7c38 commit ffd48f4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/app/get-started/install-cypress.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,5 +259,4 @@ It is recommended to have `unzip` installed. This avoids the Cypress binary inst
259259

260260
## Next Steps
261261

262-
[Open the app](/app/get-started/open-the-app) and take it for a test
263-
drive!
262+
[Open the app](/app/get-started/open-the-app) and take it for a test drive!

docs/app/references/migration-guide.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ Cypress requires [Node.js](https://nodejs.org/en) in order to install the Cypres
2020
Node.js versions 18 and 23 are no longer supported.
2121
[See Node's release schedule](https://github.com/nodejs/Release).
2222

23+
### Unsupported Linux Distributions
24+
25+
Prebuilt binaries for Linux are no longer compatible with Linux distributions based on glibc `<2.31`.
26+
This support is in line with Node.js's support for Linux in 20+.
27+
28+
If you're using a Linux distribution based on glibc `<2.31`, you'll need to
29+
update your system to a newer version to install Cypress 15+.
30+
To display which version of glibc your Linux system is running, execute `ldd --version`.
31+
2332
### Webpack `4` is no longer supported
2433

2534
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 dropping Webpack `4` support for:

0 commit comments

Comments
 (0)