[Bug 2086245] Re: Some ninja commands do not limit the number of parallelies

Karl Smeltzer 2086245 at bugs.launchpad.net
Mon Apr 27 19:17:31 UTC 2026


To limit parallelism, please try setting as follows (replacing 4 with
your preferred number of jobs):

DEB_BUILD_OPTIONS="parallel=4" sbuild ...

** Changed in: llvm-toolchain-17 (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to llvm-toolchain-17 in Ubuntu.
https://bugs.launchpad.net/bugs/2086245

Title:
  Some ninja commands do not limit the number of parallelies

Status in llvm-toolchain-17 package in Ubuntu:
  Invalid

Bug description:
  when I build on riscv, some ninja command just run with -v. I can't
  find it in the rule file, it seems to be generated dynamically during
  compilation. Can anyone tell me how to limit them by adding the -j
  option?

  
  first:
  ```
  cd /mnt/workspace/llvm-toolchain-17/build-llvm/runtimes/builtins-bins && /usr/bin/cmake --build .
  Change Dir: '/mnt/workspace/llvm-toolchain-17/build-llvm/runtimes/builtins-bins'
  Run Build Command(s): /usr/bin/ninja -v         
  ```

  second:
  ```
  cd /mnt/workspace/llvm-toolchain-17/build-llvm/runtimes/runtimes-bins && /usr/bin/cmake --build .
  Change Dir: '/mnt/workspace/llvm-toolchain-17/build-llvm/runtimes/runtimes-bins'
  Run Build Command(s): /usr/bin/ninja -v
  ```

  third:
  ```
  cd /mnt/workspace/llvm-toolchain-17/build-llvm/tools/clang/stage2-bins && /usr/bin/cmake --build /mnt/workspace/llvm-toolchain-17/build-llvm/tools/clang/stage2-bins/ --config Release && /usr/bin/cmake -E touch /mnt/workspace/llvm-toolchain-17/build-llvm/tools/clang/stage2-stamps/stage2-build
  Change Dir: '/mnt/workspace/llvm-toolchain-17/build-llvm/tools/clang/stage2-bins'
  Run Build Command(s): /usr/bin/ninja -v
  ```

  Thanks in advance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-17/+bug/2086245/+subscriptions





More information about the foundations-bugs mailing list