Michaël Zasso

Results 1686 comments of 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: ![CleanShot 2024-09-10 at 00 07 03@2x](https://github.com/user-attachments/assets/4296938a-865c-4f88-aded-9e719a355ceb)

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.