mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
use nproc
This commit is contained in:
6
.github/workflows/build-module.yml
vendored
6
.github/workflows/build-module.yml
vendored
@@ -61,12 +61,12 @@ jobs:
|
||||
make defconfig
|
||||
|
||||
echo " > make tools/install"
|
||||
make tools/install
|
||||
make tools/install -i -j `nproc`
|
||||
echo " > make toolchain/install"
|
||||
make toolchain/install
|
||||
make toolchain/install -i -j `nproc`
|
||||
# compile kernel module
|
||||
echo " > make target/linux/compile"
|
||||
make target/linux/compile V=s
|
||||
make target/linux/compile -i -j `nproc` V=s
|
||||
|
||||
# - name: Update feeds
|
||||
# run: |
|
||||
|
||||
Reference in New Issue
Block a user