| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
since the prerequisites are `gcc` and `g++` >= `13.2` Signed-off-by: louiellan <louie.lou.llaneta@gmail.com>
|
Review requested:
|
Sorry, something went wrong.
|
Can you give more details on why this change? |
Sorry, something went wrong.
|
There's just a mismatch on the install snippet and the required toolchains needed Lines 245 to 248 in 1258a19 The unix prerequisites here requires a gcc toolchain > 13.2 node/deps/v8/src/compiler/turboshaft/assembler.h Lines 1831 to 1843 in 1258a19 And that this macro also throws an static assertion error in gcc 12 and have already been addressed in gcc 13 with the CWG2518, P2593R0 (just for reference for other contributors who might also encounter this issue when building node) |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
|
Sorry, something went wrong.
|
I think these examples are only there originally because the default versions of gcc could not be used previously. We should probably update all gcc examples to clang though as it is quite likely that gcc will be downgraded for Node.js 27 (based on upstream V8). |
Sorry, something went wrong.
since the prerequisites are `gcc` and `g++` >= `13.2` Signed-off-by: louiellan <louie.lou.llaneta@gmail.com> PR-URL: #64018 Refs: #62555 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
| Back | FazBrowse Home | New Git URL |
Update doc for installing prerequisites on Ubuntu
Refs: #62555