You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILDING.md
+60-2Lines changed: 60 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,20 +9,78 @@ If you consistently can reproduce a test failure, search for it in the
9
9
file a new issue.
10
10
11
11
12
+
## Supported platforms
13
+
14
+
This list of supported platforms is current as of the branch / release to which it is attached.
15
+
16
+
### Input
17
+
18
+
We rely on a few dependencies that _makes us who we are—most importantly V8 and libuv. We therefore need to adopt their supported platforms and potentially add to their lists based on test and/or release coverage.
19
+
20
+
### Strategy
21
+
22
+
Support is divided into three tiers:
23
+
24
+
***Tier 1**: Full test coverage and maintenance by the Node.js core team and the broader community.
25
+
***Tier 2**: Full test coverage but more limited maintenance, often provided by the vendor of the platform.
26
+
***Experimental**: Known to compile but not necessarily reliably or with a full passing test suite. 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.
27
+
28
+
### Supported platforms
29
+
30
+
| System | Support type | Version | Architectures | Notes |
0 commit comments