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).
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.
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 withprebuild-install
(falling back to compiling like today).