esirplayground / AutoBuild-OpenWrt

Build OpenWrt using GitHub Actions | 使用 GitHub Actions 编译 OpenWrt | 感谢P3TERX的项目源码|感谢KFERMercer的项目源码
MIT License
1.75k stars 4.48k forks source link

疑问:workflow/Build_xxx.yml 中,为什么需要【./scripts/feeds install -a 】两次 #268

Closed zqhong closed 2 years ago

zqhong commented 2 years ago

coolsnowwolf/lede 项目文档中,更新 feeds 的操作如下:

git clone https://github.com/coolsnowwolf/lede
cd lede
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig

而在 AutoBuild-OpenWrt 项目中,有两次./scripts/feeds install -a。是手误还是有特殊的原因呢?

https://github.com/esirplayground/AutoBuild-OpenWrt/blob/620f3b1c4b2250e6022c578fda16a7eabad34e0b/.github/workflows/Build_OP_x86.yml#L74-L75