xiaorouji / openwrt-passwall

7.01k stars 2.62k forks source link

[Bug]: 不能与lede的仓库同时云编译 #3039

Closed herofence closed 6 months ago

herofence commented 6 months ago

描述您遇到的bug

连续有10多天了,都不能通过github action 同时来编译lede和passwall固件,以前是能正常编译的 用immortalwrt的源码仓库(https://github.com/immortalwrt/immortalwrt)也能正常编译

复现此Bug的步骤

1、下载源码 git clone --depth=1 --single-branch https://github.com/xiaorouji/openwrt-passwall.git git clone --depth=1 --single-branch https://github.com/xiaorouji/openwrt-passwall2 luci-app-passwall2 git clone --depth=1 --single-branch https://github.com/xiaorouji/openwrt-passwall-packages.git 2、配置菜单 CONFIG_PACKAGE_luci-app-passwall=y 3、云编译 make -j$(nproc) || make -j1 V=s

您想要实现的目的

能像以前一样正常云编译成功

日志信息

Configuring autosamba. Configuring kmod-amazon-ena. Configuring kmod-e1000e. Configuring autocore-x86. Configuring luci-i18n-upnp-zh-cn. Configuring luci-i18n-lucky-zh-cn. Configuring kmod-button-hotplug. Configuring kmod-igb. Configuring kmod-igc. Configuring kmod-bnx2. Configuring urngd. Configuring luci-i18n-firewall-zh-cn. Configuring ppp-mod-pppoe. Configuring coreutils-nohup. Configuring luci-i18n-nlbwmon-zh-cn. Configuring dnsmasq-full.

截图

屏幕截图 2024-03-17 181848

系统相关信息

lede和passwall都是直接用的源码仓库,最新的版本 lede:https://github.com/coolsnowwolf/lede passwall:https://github.com/xiaorouji/openwrt-passwall

其他信息

我使用的编译菜单: 下载源码:https://github.com/herofence/Common/blob/main/Scripts/Plugins.sh 2、配置菜单:https://github.com/herofence/Common/blob/main/Config/General.txt 3、编译程序: https://github.com/herofence/Common/blob/main/.github/workflows/X64-Lede.yml https://github.com/herofence/Common/blob/main/.github/workflows/OWRT-CORE.yml

sbwml commented 6 months ago

当你描述的和你任务流真实执行的是一致的话。这个 image 标签应该就不会被盲目的扣上去

kxdn3 commented 6 months ago

可以编译成功的

lwb1978 commented 6 months ago

检查自己的编译脚本和配置文件,我这边云编译正常。

nantayo commented 6 months ago

1 云编译初始化环境的时候加 upgrade 偶尔就会导致编译失败……临时用来编译而已,不用升级也无所谓的

herofence commented 6 months ago

感谢大家的帮助,是我自己知识储备不足,再次谢谢大家