Michaël Zasso
Michaël Zasso
I had a look at [this node-daily-master](https://ci.nodejs.org/view/Node.js%20Daily/job/node-daily-master/3894/) test run. Platforms that are still on GCC: - [IBM i](https://ci.nodejs.org/job/node-test-commit-ibmi/2064/) ([expected for now](https://github.com/nodejs/build/issues/4091#issuecomment-2988878020)) - [Ubuntu](https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/43881) - [AIX](https://ci.nodejs.org/job/node-test-commit-aix/58899/nodes=aix72-ppc64/) @nodejs/platform-aix - [SmartOS](https://ci.nodejs.org/job/node-test-commit-smartos/62315/) - [Alpine](https://ci.nodejs.org/job/node-test-commit-linux/66462/)...
For Ubuntu, Clang 19 doesn't seem to be available by default on 22.04 (I tried `apt update` and `apt search clang` on one of the containers). I see two options:...
V8 14.2 is not compatible with GCC 12: https://github.com/nodejs/node/pull/60111
I was looking at recommended ways to install Rust on Fedora: https://developer.fedoraproject.org/tech/languages/rust/rust-installation.html I guess we need to decide on a general strategy. Do we want to: - Depend on the...
> Be removed from the GitHub [releasers team](https://github.com/orgs/nodejs/teams/releasers) in the Node.js organizations. Is the plural form a typo or there really are more than one "Node.js organizations" ?
It looks like the expected error doesn't happen anymore, or is somehow swallowed.
https://github.com/nodejs/node-core-utils/pull/809 may help.
This is not true. Only releasers and backporters can push to LTS staging branches. Additionally, collaborators can push to non-LTS staging branches (not sure why you mention moderation team, they...
> > not sure why you mention moderation team, they don't have permission > > Moderation team members are org Owner, and therefore have technically Write permission on the repo....
When I had time to take care of staging branches, I used to push a few times per week.