intel / intel/linux-kernel-overlay
Download of Source takes a long time
- 主要言語
- Shell
- スター
- 59
- フォーク
- 22
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
The `build.sh` clones the entire repo and then immediately switches to a single branch:
https://github.com/intel/linux-kernel-overlay/blob/02bedab64a4a4e80a524015ab02bf252f2c1068e/build.sh#L57C2-L60
This could be streamlined by downloading a single branch, with something like:
``` shell
git clone $KSRC_REPO --branch $KSRC_UPSTREAM_TAG --single-branch $BUILD_DIR
```
and remove the push / pop.
This downloads a smaller subset and is much faster.
コントリビューションガイド
調査の方向性
Start with build.sh at lines 57-60, where the repository is cloned and then switched to a single branch. Verify the clone uses the requested branch directly and that the push/pop operations are no longer needed. Run the build script to confirm it downloads and builds the expected source successfully.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- shell
- 領域
- build-system
- issue の種類
- リファクタリング
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 55/100