We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0edced commit 8a1428cCopy full SHA for 8a1428c
.github/workflows/build_image_all.yml
@@ -106,6 +106,7 @@ jobs:
106
sudo -u $BUILDER sed -i '/CONFIG_PACKAGE_luci-app-passwall_INCLUDE_V2ray_Plugin=y/ s/=y/=n/' .config
107
### set golang external bootstrap root
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
111
mkdir -p $VOLUME_HOME/passwall
112
cp -r bin/packages/*/passwall/* $VOLUME_HOME/passwall
0 commit comments