mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 19:21:57 +00:00
Use parallel=2 on riscv64
This commit is contained in:
parent
58d3e085be
commit
11c2c7c10c
2
debian/rules
vendored
2
debian/rules
vendored
@ -209,7 +209,7 @@ endif
|
|||||||
|
|
||||||
# more than 4 jobs causes OOM in Ubuntu and slows down build process.
|
# more than 4 jobs causes OOM in Ubuntu and slows down build process.
|
||||||
ifneq (,$(filter $(DEB_HOST_ARCH),riscv64))
|
ifneq (,$(filter $(DEB_HOST_ARCH),riscv64))
|
||||||
NJOBS=3
|
NJOBS=2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter $(DEB_HOST_ARCH),sparc))
|
ifneq (,$(filter $(DEB_HOST_ARCH),sparc))
|
||||||
|
Loading…
Reference in New Issue
Block a user