summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGibson Fahnestock <gibfahn@gmail.com>2017-04-26 17:59:53 +0100
committerGibson Fahnestock <gibfahn@gmail.com>2017-06-14 14:25:19 +0100
commit6cc63797bc63dc0de7888048402127cc10f34f7c (patch)
tree9028f23e5a1b68e90089c8fbc9fcd0a2c0d12ae2
parentde762b71f2e10d8eb6392ad6d4325b7ffc08b7fd (diff)
downloadandroid-node-v8-6cc63797bc63dc0de7888048402127cc10f34f7c.tar.gz
android-node-v8-6cc63797bc63dc0de7888048402127cc10f34f7c.tar.bz2
android-node-v8-6cc63797bc63dc0de7888048402127cc10f34f7c.zip
doc: note that EoL platforms are not supported
Add a note to clarify that any platform that is EoL will not be supported by Node.js. PR-URL: https://github.com/nodejs/node/pull/12672 Fixes: https://github.com/nodejs/build/issues/688 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
-rw-r--r--BUILDING.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILDING.md b/BUILDING.md
index a00b00a5f8..9c1fb68999 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -33,6 +33,10 @@ Support is divided into three tiers:
### 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 platforms
+in production.
+
| System | Support type | Version | Architectures | Notes |
|--------------|--------------|----------------------------------|----------------------|------------------|
| GNU/Linux | Tier 1 | kernel >= 2.6.32, glibc >= 2.12 | x86, x64, arm, arm64 | |