nodejs / build-toolchain-next

Repository to discuss and track progress of "Future of Build Toolchain" Strategic Initiative
10 stars 8 forks source link

GN an Ninja platform support #2

Open mmarchini opened 4 years ago

mmarchini commented 4 years ago

List GN and Ninja platform support so we can compare with our existing supported platforms.

DeeDeeG commented 3 years ago

Ninja and GN have pre-built binaries for Linux, macOS, and Windows, but I believe it can compile for at least PowerPC and s390 (and I believe this is done already in NodeJS's CI), per https://github.com/nodejs/node/pull/38299#discussion_r618375438

Official info:

For what it's worth, I believe depot_tools has both gn and ninja for Linux, macOS and Windows. Which I believe may already be required for building V8?