Michaël Zasso
Michaël Zasso
Is it fixed by https://github.com/nodejs/node-v8/commit/0c8582a5b45d2402ee889f1a7a20baf6a2e984f8 ?
I assume this is fixed now.
Work is happening on https://github.com/nodejs/node/pull/35433
We can probably drop support for 14 at this point.
@JakobJingleheimer It is not a V8 error. It comes from our code. The throw was added in https://github.com/nodejs/node/pull/35025 (I'm not able to investigate more than this).
I think we now have a bottleneck in CI (there's a large build queue with only ARM jobs).
I connected to NodeMacMini2 using VNC and started `test-nearform-macos10.15-x64-2` (it was just stopped).
Today I spent some time one the NearForm-hosted macs minis. - NodeMacMini2 - Updated to Catalina 10.15 - Updated macOS on `test-nearform-macos10.15-x64-2` (patch-level) - Recreated `test-nearform-macos10.15-x64-3`. See https://github.com/nodejs/build/issues/3124 - NodeMacMini...
Is this something I may be able to do as a first task?
According to https://github.com/AdoptOpenJDK/homebrew-openjdk, we should move all macs to the `temurin` cask. PR: https://github.com/nodejs/build/pull/3085