From 6f50c3f391d28e66a32a3ff783d5c3511a746c8b Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Fri, 6 Sep 2019 13:21:19 -0400 Subject: [PATCH] build: update minimum AIX OS level Update minimum AIX OS level to 7.2 TL2. Looks like this will be the version we can get into the CI so should be the base level for 13.X and above and will be in support for the life of 13.X. PR-URL: https://github.com/nodejs/node/pull/29476 Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: David Carlier Reviewed-By: Jiawen Geng Reviewed-By: Minwoo Jung Reviewed-By: Rich Trott --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index aeb54583e90da2..7fed3f9bdd084d 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -116,7 +116,7 @@ platforms. This is true regardless of entries in the table below. | Windows | arm64 | >= Windows 10 | Experimental | | | macOS | x64 | >= 10.11 | Tier 1 | | | SmartOS | x64 | >= 18 | Tier 2 | | -| AIX | ppc64be >=power7 | >= 7.1 TL05 | Tier 2 | | +| AIX | ppc64be >=power7 | >= 7.2 TL02 | Tier 2 | | | FreeBSD | x64 | >= 11 | Experimental | Downgraded as of Node.js 12 | 1: GCC 6 is not provided on the base platform, users will