bundle install should honor BUNDLE_JOBS configuration
还没有人认领这个 Issue。
评估
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 新手友好度
- 38/100
- Issue 类型
- 缺陷
- 描述清晰度
- 描述清楚
- 活跃度
- 停滞
- 技术栈
- javascript, ruby
- 领域
- ci-cd
调研方向
从 bundler.js 第 209 行附近开始,这里并行安装设置被硬编码为 4。跟踪 action 如何调用 Bundler,并确定现有的 BUNDLE_JOBS 值应如何影响该设置。完成标准是:存在 BUNDLE_JOBS 时安装遵循其值,否则保留当前行为。
由索引模型根据 Issue 内容生成。
描述
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.
- 主要语言
- JavaScript
- 星标
- 990
- 派生
- 369
- 平均合并
- 18 分钟
- 30 天内合并 PR
- 3
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
ruby/setup-ruby 的其他 Issue
-
难度 4/5 3-5 天 新手友好度 25/100
ruby/setup-ruby#818 · 6 条评论 ·
-
难度 4/5 3-5 天 新手友好度 25/100
ruby/setup-ruby#801 · 3 条评论 ·
-
难度 3/5 1-2 天 新手友好度 42/100
ruby/setup-ruby#791 · 3 条评论 ·
-
难度 4/5 3-5 天 新手友好度 35/100
ruby/setup-ruby#752 · 12 条评论 ·
-
ruby/setup-ruby#658 · 4 条评论 · 已指派 1 人 ·