ruby / ruby/setup-ruby

bundle install should honor BUNDLE_JOBS configuration

未關閉
#673 3 則留言 1 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 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.

貢獻指南

開啟貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 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

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。