diff options
author | Refael Ackermann <refack@gmail.com> | 2017-11-03 13:40:17 -0400 |
---|---|---|
committer | Refael Ackermann <refack@gmail.com> | 2017-11-13 14:56:31 -0500 |
commit | dbb3c00d9d9abd464d7fb01e3b38a7351c82a4d9 (patch) | |
tree | bf139baf2d2050026b7bf93128cf818d0dcb2969 /BUILDING.md | |
parent | d96852027c6ba6da2dab6d672b590e83ff3996ab (diff) | |
download | node-new-dbb3c00d9d9abd464d7fb01e3b38a7351c82a4d9.tar.gz |
meta: 32 bit linux is experimental
PR-URL: https://github.com/nodejs/node/pull/16723
Refs: https://github.com/nodejs/build/issues/885
Refs: https://github.com/nodejs/nodejs.org/pull/1446
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r-- | BUILDING.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md index 39dcce30f5..52c11aa08e 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -39,7 +39,7 @@ in production. | System | Support type | Version | Architectures | Notes | |--------------|--------------|----------------------------------|----------------------|------------------| -| GNU/Linux | Tier 1 | kernel >= 2.6.32, glibc >= 2.12 | x86, x64, arm, arm64 | | +| GNU/Linux | Tier 1 | kernel >= 2.6.32, glibc >= 2.12 | x64, arm, arm64 | | | macOS | Tier 1 | >= 10.10 | x64 | | | Windows | Tier 1 | >= Windows 7 / 2008 R2 | x86, x64 | vs2017 | | SmartOS | Tier 2 | >= 15 < 16.4 | x86, x64 | see note1 | @@ -48,6 +48,7 @@ in production. | AIX | Tier 2 | >= 7.1 TL04 | ppc64be >=power7 | | | GNU/Linux | Tier 2 | kernel >= 3.10, glibc >= 2.17 | s390x | | | macOS | Experimental | >= 10.8 < 10.10 | x64 | no test coverage | +| GNU/Linux | Experimental | kernel >= 2.6.32, glibc >= 2.12 | x86 | limited CI | | Linux (musl) | Experimental | musl >= 1.0 | x64 | | note1 - The gcc4.8-libs package needs to be installed, because node |