Use parallel=2 on riscv64

This commit is contained in:
Gianfranco Costamagna 2023-04-11 10:55:46 +02:00
parent 58d3e085be
commit 11c2c7c10c

2
debian/rules vendored
View File

@ -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))