From 1a2cbd453829dcdce8b484ddeb30eff4eb13e8a1 Mon Sep 17 00:00:00 2001 From: Milad Fa Date: Fri, 6 Feb 2026 18:49:00 +0000 Subject: [PATCH 1/2] meeting-2026-02-05 --- doc/meetings/build-wg-meeting-2026-02-05.md | 51 +++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 doc/meetings/build-wg-meeting-2026-02-05.md diff --git a/doc/meetings/build-wg-meeting-2026-02-05.md b/doc/meetings/build-wg-meeting-2026-02-05.md new file mode 100644 index 000000000..9deed1253 --- /dev/null +++ b/doc/meetings/build-wg-meeting-2026-02-05.md @@ -0,0 +1,51 @@ +# Node.js Build WorkGroup Meeting 2026-02-05 + +## Links + +* **Recording**: https://www.youtube.com/watch?v=zqaO4tnDFl8 +* **GitHub Issue**: https://github.com/nodejs/build/issues/4228 +* **Minutes**: https://hackmd.io/@openjs-nodejs/SktekFYLZe + +## Present + +* Milad Fa (@miladfarca) +* Richard Lau (@richardlau) +* Ryan Aslett (@ryanaslett) +* Ulises Gascón (@UlisesGascon) +* Stewart Addison (@sxa) +* Chengzhong Wu (@legendecas) + +## Agenda + +## Announcements + +*Extracted from **build-agenda** labelled issues and pull requests from the **nodejs org** prior to the meeting. + +### nodejs/build + +* Standardise web-infra/admins Cloudflare access [#4194](https://github.com/nodejs/build/issues/4194) + * A lot of changes has happened in Cloudflare. +* Upgrading the compiler toolchain [#4091](https://github.com/nodejs/build/issues/4091) + * 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. + * For Rust V8 is a lot more picky but Node.js seems to be more fleixible. +* Extend Azure credits (Long term) [#3672](https://github.com/nodejs/build/issues/3672) + * Hoping to have everyting in the same tenant. + +### nodejs/node + +* Enabling Rust support for Temporal [#58730](https://github.com/nodejs/node/issues/58730) + * not enabling by default until V8 14.5 + * installed 1.84 + * minimum https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-with-temporal-support 1.82 (LLVM 19) + * GitHub Action Linux build has been enabled. macOS and Windows to come. + * would platforms other than linux/windows/macos be a _blocker_ to enabling general support of Temporal? + * `cargo` could be an aliased name on some platforms, like `cargo-*`. + * 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). + +## Q&A, Other + +## Upcoming Meetings + +* **Node.js Project Calendar**: + +Click `Add to Google Calendar` at the bottom left to add to your own Google calendar. From dee78be6f7dfb8f116842c6c866b49d351f5b08d Mon Sep 17 00:00:00 2001 From: Milad Fa <46688537+miladfarca@users.noreply.github.com> Date: Fri, 6 Feb 2026 15:00:27 -0500 Subject: [PATCH 2/2] Update doc/meetings/build-wg-meeting-2026-02-05.md Co-authored-by: Richard Lau --- doc/meetings/build-wg-meeting-2026-02-05.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/meetings/build-wg-meeting-2026-02-05.md b/doc/meetings/build-wg-meeting-2026-02-05.md index 9deed1253..095ec00ae 100644 --- a/doc/meetings/build-wg-meeting-2026-02-05.md +++ b/doc/meetings/build-wg-meeting-2026-02-05.md @@ -34,7 +34,7 @@ ### nodejs/node * Enabling Rust support for Temporal [#58730](https://github.com/nodejs/node/issues/58730) - * not enabling by default until V8 14.5 + * not enabling by default until V8 14.4 or 14.5 * installed 1.84 * minimum https://github.com/nodejs/node/blob/main/BUILDING.md#building-nodejs-with-temporal-support 1.82 (LLVM 19) * GitHub Action Linux build has been enabled. macOS and Windows to come.