Skip to content

Commit 646e057

Browse files
authored
doc: update AIX minimum supported arch
Raise the minimum supported arch for AIX to Power 8 in line with the existing minimum supported Power arch for Linux. We do not have anything earlier than Power 8 in our CI so are unable to test on it, and have reached out to IBM who have no concerns over baselining on Power 8 for Node.js 18. PR-URL: #42604 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
1 parent 2468db1 commit 646e057

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
@@ -116,7 +116,7 @@ platforms. This is true regardless of entries in the table below.
116116
| macOS | x64 | >= 10.15 | Tier 1 | For notes about compilation see [^7] |
117117
| macOS | arm64 | >= 11 | Tier 1 | |
118118
| SmartOS | x64 | >= 18 | Tier 2 | |
119-
| AIX | ppc64be >=power7 | >= 7.2 TL04 | Tier 2 | |
119+
| AIX | ppc64be >=power8 | >= 7.2 TL04 | Tier 2 | |
120120
| FreeBSD | x64 | >= 12.2 | Experimental | |
121121

122122
[^1]: GCC 8 is not provided on the base platform. Users will

0 commit comments

Comments
 (0)