From 11c2c7c10cbf9f19bc9af0b7de0b8688f8c906ce Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Tue, 11 Apr 2023 10:55:46 +0200 Subject: [PATCH] Use parallel=2 on riscv64 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))