Uploaded image for project: 'Qt Quality Assurance Infrastructure'
  1. Qt Quality Assurance Infrastructure
  2. QTQAINFRA-943

the artifact packaging concept is wrong for non-prefix builds

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • 5.6.0 RC
    • unversioned
    • Coin (obsolete)
    • None

      the new CI uses make install to collect the artifacts for use in the build of subsequent modules. this is correct for prefix builds, but not so much for non-prefix builds - which breaks https://codereview.qt-project.org/126345.

      instead, the system should pack up the build dir as-is, with two exceptions:

      • it's ok to filter out artifacts which are known to be useless to subsequent modules, like object files
      • in non-prefix builds, all modules build into the qtbase build dir. that means that any particular module's build includes the artifacts of all its dependencies. these should be omitted as well.

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

            frederik Frederik Gladhorn
            buddenha Oswald Buddenhagen
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes