Skip to content

Commit 5c04d2d

Browse files
authored
Update node-riscv64.sh
Change the parallel build jobs to $(nproc). Now we have more stronger machines for nodejs build.
1 parent 5684d56 commit 5c04d2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

node-riscv64.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ export CXX_host=g++
2323

2424
./configure --cross-compiling --dest-cpu=riscv64 --verbose --openssl-no-asm
2525

26-
# Temporary reduce the parallel jobs to 4 due to new worker limitations.
27-
make -j 4
26+
make -j $(nproc)

0 commit comments

Comments
 (0)