You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: reflect toolchains used for official binaries
Update the list of toolchains used to build the official Node.js
binaries for Node.js 23 onwards.
PR-URL: #54967
Refs: nodejs/build#3806
Refs: #54081
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
| linux-armv7l | Cross-compiled on RHEL 9 x64 with a [custom GCC toolchain](https://github.com/rvagg/rpi-newer-crosstools)[^7]|
168
+
| linux-ppc64le | RHEL 8 with gcc-toolset-12[^6]|
169
+
| linux-s390x | RHEL 8 with gcc-toolset-12[^6]|
170
+
| linux-x64 | RHEL 8 with gcc-toolset-12[^6]|
171
+
| win-arm64 | Windows Server 2022 (x64) with Visual Studio 2022 |
172
+
| win-x64 | Windows Server 2022 (x64) with Visual Studio 2022 |
172
173
173
174
<!--lint disable final-definition-->
174
175
@@ -181,9 +182,9 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
181
182
RHEL 8 and Ubuntu 20.04.
182
183
183
184
[^7]: Binaries produced on these systems are compatible with glibc >= 2.28
184
-
and libstdc++ >= 6.0.28 (`GLIBCXX_3.4.28`). These are available on
185
-
distributions natively supporting GCC 9.3 or higher, such as Debian 11,
186
-
Ubuntu 20.04.
185
+
and libstdc++ >= 6.0.30 (`GLIBCXX_3.4.30`). These are available on
186
+
distributions natively supporting GCC 12.1 or higher, such as Debian 12,
0 commit comments