File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,7 @@ jobs:
106
106
sudo -u $BUILDER sed -i '/CONFIG_PACKAGE_luci-app-passwall_INCLUDE_V2ray_Plugin=y/ s/=y/=n/' .config
107
107
### set golang external bootstrap root
108
108
# sed -i 's|CONFIG_GOLANG_EXTERNAL_BOOTSTRAP_ROOT=""|CONFIG_GOLANG_EXTERNAL_BOOTSTRAP_ROOT="/usr/local/go"|' .config
109
- sudo -u $BUILDER make package/feeds/luci/luci-base/compile V=99
110
- sudo -u $BUILDER make package/luci-app-passwall/compile V=99 -j $(nproc) || cat logs/feeds/passwall/luci-app-passwall/dump.txt
109
+ sudo -u $BUILDER make package/luci-app-passwall/compile V=99 -j1 || cat logs/feeds/passwall/luci-app-passwall/dump.txt
111
110
mkdir -p $VOLUME_HOME/passwall
112
111
cp -r bin/packages/*/passwall/* $VOLUME_HOME/passwall
113
112
cp -r bin/packages/*/passwall_packages/* $VOLUME_HOME/passwall
You can’t perform that action at this time.
0 commit comments