Michaël Zasso
Michaël Zasso
``` $ du -sh out/Release 18G out/Release ``` $ find out/Release -type f -exec du -h {} \; | sort -rh | head -n 50 ``` $ find out/Release -type...
As a comparison, here are the numbers for a V8 build following the official documentation on the same machine: ``` $ du -sh out/arm64.release 5.4G out/arm64.release ``` $ find out/arm64.release...
I disabled `node-test-commit-osx` from https://ci.nodejs.org/job/node-test-commit/configure: 
/cc @joyeecheung
We don't have debug CI for canary builds.
Here's a test build: https://ci.nodejs.org/job/node-test-commit-arm-debug/12857/
Should be fixed by https://chromium-review.googlesource.com/c/v8/v8/+/5531355, thanks @jdapena
> It would also be helpful to have jenkins admin access, to both release and test, in order to bring them fully online once I have them built. (and pass...
@ryanaslett I can add you to the GCP project as an owner. I just need an email address.