We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5684d56 commit 5c04d2dCopy full SHA for 5c04d2d
node-riscv64.sh
@@ -23,5 +23,4 @@ export CXX_host=g++
23
24
./configure --cross-compiling --dest-cpu=riscv64 --verbose --openssl-no-asm
25
26
-# Temporary reduce the parallel jobs to 4 due to new worker limitations.
27
-make -j 4
+make -j $(nproc)
0 commit comments