Skip to content

Commit

Permalink
doc: revise BUILDING.md
Browse files Browse the repository at this point in the history
Copy-edit for clarity and brevity.

PR-URL: #23966
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Franziska Hinkelmann <[email protected]>
Reviewed-By: Matheus Marchini <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Vse Mozhet Byt <[email protected]>
  • Loading branch information
Trott authored and MylesBorins committed Nov 27, 2018
1 parent 8180b0b commit f6abca9
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,29 +48,28 @@ file a new issue.
## Supported platforms

This list of supported platforms is current as of the branch/release to
which it is attached.
which it belongs.

### Input

Node.js relies on V8 and libuv. We adopt a subset of their supported platforms.

### Strategy

Support is divided into three tiers:
There are three support tiers:

* **Tier 1**: Full test coverage and maintenance by the Node.js core team and
the broader community.
* **Tier 2**: Full test coverage but more limited maintenance,
often provided by the vendor of the platform.
* **Experimental**: May not compile reliably or test suite may not pass.
These are often working to be promoted to Tier 2 but are not quite ready.
There is at least one individual actively providing maintenance and the team
is striving to broaden quality and reliability of support.
* **Tier 2**: Full test coverage. Limited maintenance, often provided by the
vendor of the platform.
* **Experimental**: May not compile or test suite may not pass.
These are often approaching Tier 2 support but are not quite ready.
There is at least one individual providing maintenance.

### Supported platforms

The community does not build or test against end-of-life distributions (EoL).
Thus, we do not recommend that you use Node on end-of-life or unsupported
Thus, we do not recommend that you use Node.js on end-of-life or unsupported
platforms in production.

| System | Support type | Version | Architectures | Notes |
Expand Down

0 comments on commit f6abca9

Please sign in to comment.