|
| 1 | +# Node.js Build WorkGroup Meeting 2026-02-05 |
| 2 | + |
| 3 | +## Links |
| 4 | + |
| 5 | +* **Recording**: https://www.youtube.com/watch?v=zqaO4tnDFl8 |
| 6 | +* **GitHub Issue**: https://github.com/nodejs/build/issues/4228 |
| 7 | +* **Minutes**: https://hackmd.io/@openjs-nodejs/SktekFYLZe |
| 8 | + |
| 9 | +## Present |
| 10 | + |
| 11 | +* Milad Fa (@miladfarca) |
| 12 | +* Richard Lau (@richardlau) |
| 13 | +* Ryan Aslett (@ryanaslett) |
| 14 | +* Ulises Gascón (@UlisesGascon) |
| 15 | +* Stewart Addison (@sxa) |
| 16 | +* Chengzhong Wu (@legendecas) |
| 17 | + |
| 18 | +## Agenda |
| 19 | + |
| 20 | +## Announcements |
| 21 | + |
| 22 | +*Extracted from **build-agenda** labelled issues and pull requests from the **nodejs org** prior to the meeting. |
| 23 | + |
| 24 | +### nodejs/build |
| 25 | + |
| 26 | +* Standardise web-infra/admins Cloudflare access [#4194](https://github.com/nodejs/build/issues/4194) |
| 27 | + * A lot of changes has happened in Cloudflare. |
| 28 | +* Upgrading the compiler toolchain [#4091](https://github.com/nodejs/build/issues/4091) |
| 29 | + * Rust and Clang are now on RHEL machines and there is an open PR https://github.com/nodejs/build/pull/4231 which updates the containers. |
| 30 | + * For Rust V8 is a lot more picky but Node.js seems to be more fleixible. |
| 31 | +* Extend Azure credits (Long term) [#3672](https://github.com/nodejs/build/issues/3672) |
| 32 | + * Hoping to have everyting in the same tenant. |
| 33 | + |
| 34 | +### nodejs/node |
| 35 | + |
| 36 | +* Enabling Rust support for Temporal [#58730](https://github.com/nodejs/node/issues/58730) |
| 37 | + * not enabling by default until V8 14.4 or 14.5 |
| 38 | + * installed 1.84 |
| 39 | + * minimum https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-with-temporal-support 1.82 (LLVM 19) |
| 40 | + * GitHub Action Linux build has been enabled. macOS and Windows to come. |
| 41 | + * would platforms other than linux/windows/macos be a _blocker_ to enabling general support of Temporal? |
| 42 | + * `cargo` could be an aliased name on some platforms, like `cargo-*`. |
| 43 | + * no other rust library dependencies at the moment, but there might be more to come (like amaro is looking to transition to a pure rust library). |
| 44 | + |
| 45 | +## Q&A, Other |
| 46 | + |
| 47 | +## Upcoming Meetings |
| 48 | + |
| 49 | +* **Node.js Project Calendar**: <https://nodejs.org/calendar> |
| 50 | + |
| 51 | +Click `Add to Google Calendar` at the bottom left to add to your own Google calendar. |
0 commit comments