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 a51093b commit 0643d39Copy full SHA for 0643d39
.github/workflows/build_image.yml
@@ -16,6 +16,7 @@ jobs:
16
chown -R build:build /home/build/openwrt_workflow
17
cd /home/build/openwrt
18
19
+ nproc
20
sudo -u build chmod +x /home/build/openwrt_workflow/build.sh
21
sudo -u build /home/build/openwrt_workflow/build.sh
22
build.sh
@@ -12,7 +12,7 @@ cp -r /home/build/openwrt_workflow/openwrt-passwall-3aff3af88536227d12fb7206992a
12
./scripts/feeds update -a
13
./scripts/feeds install luci-app-passwall
14
make defconfig
15
-make package/luci-app-passwall/compile V=s -j1
+make package/luci-app-passwall/compile V=99 -j $(nproc)
pushd bin/packages/x86_64
tar zcvf passwall.tar.gz passwall/
0 commit comments