pip cache always uses node process architecture, ignoring architecture key
まだ誰も着手していません。
評価
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 初心者へのやさしさ
- 45/100
- issue の種類
- バグ
- 明瞭さ
- 明確に書かれている
- 活発さ
- 停滞
- 技術スタック
- github-actions, typescript
調査の方向性
src/cache-distributions/pip-cache.ts の 68-75 行から始めて、pip キャッシュキーがどのように組み立てられているか、また action のアーキテクチャ入力をどのように利用できるかを調べます。関連するキーを更新して Python バイナリのアーキテクチャを含め、異なるアーキテクチャが同じキャッシュキーを再利用したり、同じキャッシュキーを奪い合ったりしなくなったことを確認します。
索引モデルが issue の本文から書いたものです。
説明
Description:
The pip caching code uses a cache key that does not include the Python binary's architecture. This leads to cache thrashing.
https://github.com/actions/setup-python/blob/main/src/cache-distributions/pip-cache.ts#L68-L75
These keys should include the Python binary architecture, which is specified with the architecture input to the action.
Action version:
5.2.0
Platform:
- Ubuntu
- macOS
- Windows
Runner type:
- Hosted
- Self-hosted
Tools version:
All
- 主要言語
- TypeScript
- スター
- 2.2k
- フォーク
- 739
- 平均マージ
- 6日 18時間
- マージ済み PR(30日)
- 1
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
actions/setup-python のほかの issue
-
bug
難易度 4/5 3〜5日 初心者へのやさしさ 55/100
actions/setup-python#1348 · コメント 5 件 ·
-
feature request
難易度 5/5 1週間以上 初心者へのやさしさ 35/100
actions/setup-python#1346 · コメント 12 件 ·
-
feature request
難易度 3/5 1〜2日 初心者へのやさしさ 58/100
actions/setup-python#1308 · コメント 8 件 ·
-
feature request
難易度 2/5 1〜3時間 初心者へのやさしさ 35/100
actions/setup-python#1301 · コメント 5 件 ·
-
feature request
難易度 4/5 3〜5日 初心者へのやさしさ 55/100
actions/setup-python#1294 · コメント 3 件 · リアクション 2 件 ·