编译的时间有点久,产物有点多 #45
-
fork了几个OP云编译的仓库,发现K家的编译时间略久,x64_64大约4个多小时,而且release的产物也丰富。虽然不清楚是否有关联,但还是想问下这两个问题有没有优化空间? 比如,关于最后的img,我只需要 |
Beta Was this translation helpful? Give feedback.
Answered by
chenmozhijin
Oct 24, 2023
Replies: 1 comment
-
除了allkmod.zip与package.zip之外的产物都是openwrt自带的,你可以在openwrt配置菜单 “Target Images”选项中设置它们。 镜像是在"build-Image" job中生成的,其实消耗的时间也不是特别长。最影响编译时间的是运行器使用CPU与编译包的多少,如果你想编译的快一点可以去掉一些不需要的包(不建议去掉luci-app-adguardhome与luci-app-smartdns)。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wanmyj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
除了allkmod.zip与package.zip之外的产物都是openwrt自带的,你可以在openwrt配置菜单 “Target Images”选项中设置它们。
镜像是在"build-Image" job中生成的,其实消耗的时间也不是特别长。最影响编译时间的是运行器使用CPU与编译包的多少,如果你想编译的快一点可以去掉一些不需要的包(不建议去掉luci-app-adguardhome与luci-app-smartdns)。