Skip to content

Commit 0643d39

Browse files
sss
1 parent a51093b commit 0643d39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build_image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
chown -R build:build /home/build/openwrt_workflow
1717
cd /home/build/openwrt
1818
19+
nproc
1920
sudo -u build chmod +x /home/build/openwrt_workflow/build.sh
2021
sudo -u build /home/build/openwrt_workflow/build.sh
2122

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cp -r /home/build/openwrt_workflow/openwrt-passwall-3aff3af88536227d12fb7206992a
1212
./scripts/feeds update -a
1313
./scripts/feeds install luci-app-passwall
1414
make defconfig
15-
make package/luci-app-passwall/compile V=s -j1
15+
make package/luci-app-passwall/compile V=99 -j $(nproc)
1616

1717
pushd bin/packages/x86_64
1818
tar zcvf passwall.tar.gz passwall/

0 commit comments

Comments
 (0)