From 2bf7571b2c6f9a68aa6345a49885b0c928322478 Mon Sep 17 00:00:00 2001 From: Milad Fa Date: Mon, 23 Mar 2026 18:19:06 +0000 Subject: [PATCH 1/2] meeting-2026-03-19 --- doc/meetings/build-wg-meeting-2026-03-19.md | 44 +++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 doc/meetings/build-wg-meeting-2026-03-19.md diff --git a/doc/meetings/build-wg-meeting-2026-03-19.md b/doc/meetings/build-wg-meeting-2026-03-19.md new file mode 100644 index 000000000..3d4d23939 --- /dev/null +++ b/doc/meetings/build-wg-meeting-2026-03-19.md @@ -0,0 +1,44 @@ +# Node.js Build WorkGroup Meeting 2026-03-19 + +## Links + +* **Recording**: https://www.youtube.com/watch?v=KHAy1ZhhtPg +* **GitHub Issue**: https://github.com/nodejs/build/issues/4271 +* **Minutes**: https://hackmd.io/@openjs-nodejs/BkrzACx5bg + +## Present + +* Milad Fa (@miladfarca) +* Richard Lau (@richardlau) + + +## Agenda + +## Announcements + +*Extracted from **build-agenda** labelled issues and pull requests from the **nodejs org** prior to the meeting. + +- CI restricted for security releases: https://github.com/nodejs/build/issues/4276 + +### nodejs/build + +* Certificates expiring on 2026-04-12 [#4274](https://github.com/nodejs/build/issues/4274) + * Let's not touch the infra until the security releases are done. + * We need to talk to the foundation on wether the certs will get extended again or a different approach is needed (for the time after this). +* Clarify policy: usage of production tokens in GitHub Actions [#4253](https://github.com/nodejs/build/issues/4253) +* Add rust toolchain to CI machines [#4245](https://github.com/nodejs/build/issues/4245) + * Not much has changed since our last meeting. + * We might need to upgrade the version on RHEL, more details: https://github.com/nodejs/build/issues/4265 +* Standardise web-infra/admins Cloudflare access [#4194](https://github.com/nodejs/build/issues/4194) +* Upgrading the compiler toolchain [#4091](https://github.com/nodejs/build/issues/4091) + * Focusing on getting this work on AIX. + * We might need to upgrade the version on RHEL, more details: https://github.com/nodejs/build/issues/4265 +* Extend Azure credits (Long term) [#3672](https://github.com/nodejs/build/issues/3672) + +## 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 3e819871d16a43737d6027ffe811920900f1cbfb Mon Sep 17 00:00:00 2001 From: Milad Fa Date: Mon, 23 Mar 2026 18:22:06 +0000 Subject: [PATCH 2/2] fix typo --- doc/meetings/build-wg-meeting-2026-03-19.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/meetings/build-wg-meeting-2026-03-19.md b/doc/meetings/build-wg-meeting-2026-03-19.md index 3d4d23939..b455ca179 100644 --- a/doc/meetings/build-wg-meeting-2026-03-19.md +++ b/doc/meetings/build-wg-meeting-2026-03-19.md @@ -24,7 +24,7 @@ * Certificates expiring on 2026-04-12 [#4274](https://github.com/nodejs/build/issues/4274) * Let's not touch the infra until the security releases are done. - * We need to talk to the foundation on wether the certs will get extended again or a different approach is needed (for the time after this). + * We need to talk to the foundation on whether the certs will get extended again or a different approach is needed (for the time after this). * Clarify policy: usage of production tokens in GitHub Actions [#4253](https://github.com/nodejs/build/issues/4253) * Add rust toolchain to CI machines [#4245](https://github.com/nodejs/build/issues/4245) * Not much has changed since our last meeting.