doc: update gcc toolchains to gcc-13 and g++-13#64018
Conversation
since the prerequisites are `gcc` and `g++` >= `13.2` Signed-off-by: louiellan <[email protected]>
|
Review requested:
|
|
Can you give more details on why this change? |
|
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 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 |
|
Update doc for installing prerequisites on Ubuntu
Refs: #62555