Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-117218

QtWebEngine ignores ninja flag for parallel jobs (-j)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Not Evaluated
    • None
    • 6.5.1
    • WebEngine
    • None
    • Yocto/Bitbake
    • Linux/Yocto

    Description

      qtwebengine seems to always default to the number of cpu cores for the j flag, instead of using the number supplied by the flag.

      Example:

      bitbake qtwebengine -c devshell
      cd ../build
      ninja -j 1 # now #cpu-cores jobs are spawned
      

      This very often yields out-of-memorys errors due to the high cpu count on our build server. It also ignores the bitbake PARALLEL_MAKE variable.

      ninja version: 1.10.2

      yocto version: kirkstone

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt_webengine_team Qt WebEngine Team
            kkettinger Kevin Kettinger
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes