diff --git a/debian/rules b/debian/rules index 8cc9cf3b..12103908 100755 --- a/debian/rules +++ b/debian/rules @@ -209,7 +209,7 @@ endif # more than 4 jobs causes OOM in Ubuntu and slows down build process. ifneq (,$(filter $(DEB_HOST_ARCH),riscv64)) - NJOBS=3 + NJOBS=2 endif ifneq (,$(filter $(DEB_HOST_ARCH),sparc))