Skip to content

Commit 6688b96

Browse files
committed
doc: update toolchain for official releases
RHEL 8 machines now use clang 20.1. Signed-off-by: Richard Lau <richard.lau@ibm.com>
1 parent 46e17c7 commit 6688b96

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

BUILDING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
175175
| aix-ppc64 | AIX 7.2 TL04 on PPC64BE with GCC 12[^5] |
176176
| darwin-x64 | macOS 15, Xcode 16 with -mmacosx-version-min=13.5 |
177177
| darwin-arm64 (and .pkg) | macOS 15 (arm64), Xcode 16 with -mmacosx-version-min=13.5 |
178-
| linux-arm64 | RHEL 8 with Clang 19.1 and gcc-toolset-14-libatomic-devel[^6] |
179-
| linux-ppc64le | RHEL 8 with Clang 19.1 and gcc-toolset-14-libatomic-devel[^6] |
180-
| linux-s390x | RHEL 8 with Clang 19.1 and gcc-toolset-14-libatomic-devel[^6] |
181-
| linux-x64 | RHEL 8 with Clang 19.1 and gcc-toolset-14-libatomic-devel[^6] |
178+
| linux-arm64 | RHEL 8 with Clang 20.1 and gcc-toolset-14-libatomic-devel[^6] |
179+
| linux-ppc64le | RHEL 8 with Clang 20.1 and gcc-toolset-14-libatomic-devel[^6] |
180+
| linux-s390x | RHEL 8 with Clang 20.1 and gcc-toolset-14-libatomic-devel[^6] |
181+
| linux-x64 | RHEL 8 with Clang 20.1 and gcc-toolset-14-libatomic-devel[^6] |
182182
| win-arm64 | Windows Server 2022 (x64) with Visual Studio 2022 |
183183
| win-x64 | Windows Server 2022 (x64) with Visual Studio 2022 |
184184

0 commit comments

Comments
 (0)