Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Build Linux binaries for Node.js 27 on RHEL 9

未关闭
#4,431 2 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
5/5
预计耗时
一周以上
新手友好度
35/100
Issue 类型
功能
描述清晰度
基本清楚
活跃度
冷清
技术栈
linux, node.js

调研方向

首先查看 nodejs/build#4197 中之前的讨论以及此 issue 中的兼容性表。确定 RHEL 9 上 Node.js 27 Linux 二进制文件所需的发布和构建基础设施变更,并在认为工作完成之前明确解决 glibc 兼容性影响。

由索引模型根据 Issue 内容生成。

描述

build-agenda platform:arm platform:linux-intel platform:linuxONE platform:ppc

Discussed for Node.js 26, but shelved: https://github.com/nodejs/build/issues/4197

Revisiting this for Node.js 27. Node.js 27 is expected to go End-of-Life at the end of April 2030.
RHEL 8 is scheduled to end maintenance support in May 2029.
In other words, if we build Node.js 27 releases on RHEL 8 our release machines would be on an unmaintained OS for almost an entire year at the end.

I'm proposing that we shift building the Linux binaries for Node.js 26 onwards to RHEL 9 (maintenance for that planned to end in May 2032). This would mean that the glibc requirements to run the official Linux binaries would raise from glibc 2.28 to 2.34 which will affect compatibility on popular Linux distributions:

Distribution glibc Supported if binary built on RHEL 9
Debian 10 2.28 ❌
Debian 11 2.31 ❌
Debian 12 2.36 ✅
Debian 13 2.41 ✅
RHEL 8 2.28 ❌
RHEL 9 2.34 ✅
RHEL 10 2.39 ✅
Ubuntu 20.04 2.31 ❌
Ubuntu 22.04 2.35 ✅
Ubuntu 24.04 2.39 ✅
主要语言
Jinja
星标
541
派生
185
平均合并
2 天 18 小时
30 天内合并 PR
6

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

nodejs/build 的其他 Issue

查看 nodejs/build 的全部 Issue

相似的 Issue

更多 Build System Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。