Skip to content

Commit 26e5b64

Browse files
cjihrigjasnell
authored andcommitted
doc: update linux supported versions
The libuv 1.12.0 update bumped the minimum supported version of linux + glibc. This commit updates BUILDING.md to reflect the new values. PR-URL: #13306 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 757ae52 commit 26e5b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILDING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Support is divided into three tiers:
3535

3636
| System | Support type | Version | Architectures | Notes |
3737
|--------------|--------------|----------------------------------|----------------------|------------------|
38-
| GNU/Linux | Tier 1 | kernel >= 2.6.18, glibc >= 2.5 | x86, x64, arm, arm64 | |
38+
| GNU/Linux | Tier 1 | kernel >= 2.6.32, glibc >= 2.12 | x86, x64, arm, arm64 | |
3939
| macOS | Tier 1 | >= 10.10 | x64 | |
4040
| Windows | Tier 1 | >= Windows 7 / 2008 R2 | x86, x64 | vs2015 or vs2017 |
4141
| SmartOS | Tier 2 | >= 15 < 16.4 | x86, x64 | see note1 |

0 commit comments

Comments
 (0)