help wantedhigh-priority
仓库指标
- Star
- (160 star)
- PR 合并指标
- (PR 指标待抓取)
描述
ninja, the only, output of gyp.js needs to be verified on:
- FreeBSD
- SunOS
- Others?...
Suggested way to verify:
- install node.js on that platform
git clone https://github.com/ninja-build/ninja.git && cd ninja && ./configure.py --boostrap && export PATH="cwd:$PATH"git clone https://github.com/indutny/gyp.js && cd gyp.js && npm i && cd ..git clone https://github.com/nodejs/node && cd node./configure../gyp.js/bin/gyp -Icommon.gypi -Iconfig.gypi node.gyp -Dtarget_arch=x64 -Dhost_arch=x64ninja -C out/Release- Build should succeed, and
./out/Release/nodeshould start - Bonus step:
python tools/test.py --mode=release -J parallel sequential