bundle install should honor BUNDLE_JOBS configuration
未关闭
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 990
- 派生
- 369
- 平均合并
- 18 分钟
- 30 天内合并 PR
- 3
描述
We just ran into a bug related to Bundler where transitive dependencies would not resolve correctly when parallel installation (--jobs option) is enabled. The problem with the current action is that there is no way to configure this behaviour as it is hardcoded to 4 (cf. bundler.js).
It would be very helpful if the BUNDLE_JOBS configuration, if present, could be honored.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 bundler.js 第 209 行附近开始,这里并行安装设置被硬编码为 4。跟踪 action 如何调用 Bundler,并确定现有的 BUNDLE_JOBS 值应如何影响该设置。完成标准是:存在 BUNDLE_JOBS 时安装遵循其值,否则保留当前行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, ruby
- 领域
- ci-cd
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 38/100