Skip to content

Commit 9c1fd2a

Browse files
add 23.05.0 && fix ci luci not found
1 parent 8a1428c commit 9c1fd2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_image_all.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ jobs:
106106
sudo -u $BUILDER sed -i '/CONFIG_PACKAGE_luci-app-passwall_INCLUDE_V2ray_Plugin=y/ s/=y/=n/' .config
107107
### set golang external bootstrap root
108108
# 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
111110
mkdir -p $VOLUME_HOME/passwall
112111
cp -r bin/packages/*/passwall/* $VOLUME_HOME/passwall
113112
cp -r bin/packages/*/passwall_packages/* $VOLUME_HOME/passwall

0 commit comments

Comments
 (0)