node-inspector / v8-profiler

node bindings for the v8 profiler
BSD 2-Clause "Simplified" License
1.13k stars 134 forks source link

Publish prebuild binaries #119

Open felixfbecker opened 7 years ago

felixfbecker commented 7 years ago

Compiling v8-profiler currently takes up a significant part of install & total build time in CI. I don't know if this is possible, but it would be great if pre-built binaries for the usual targets were uploaded to GitHub with prebuild and then defaulted to if available with prebuild-install (falling back to compiling like today).

linxuanwei commented 7 years ago

agree

egorvoronov commented 6 years ago

yeah, absense of prebuilt binaries also requires xcode to be installed on mac and xcode installation requires admin rights that could be the problem for teammates who don't have such.