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

Make highlighted apps to build via CLI on macOS docker containers

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P2: Important
    • None
    • None
    • RTA
    • None

    Description

      Building applications via CLI with macOS docker requires different steps:

      docker create -i --rm --mount 'type=bind,"source=/Users/user/Qt","destination=/Users/user/Qt"' boot2qt-colibri-imx6ull:6.6.0

      docker start <docker id>

      docker exec -w $PWD <dockerid>  /opt/toolchain/sysroots/x86_64-pokysdk-linux/usr/bin/qt-cmake

      docker exec -w $PWD <dockerid>  /opt/toolchain/sysroots/x86_64-pokysdk-linux/usr/bin/cmake --build .

      docker stop <docker id>

      'docker exec' to execute the apps

      docker exec -w $PWD <dockerid>  /opt/toolchain/sysroots/x86_64-pokysdk-linux/usr/bin/qmake

      Attachments

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

        Activity

          People

            mipohjan Milla Pohjanheimo
            mipohjan Milla Pohjanheimo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes