aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/cmake_platforms_target_android_host_linux.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Remove CentOS 8.3 targetsHeikki Halmet2021-05-171-44/+0
| | | | | | | | | Provisioning scripts will be removed later Task-number: QTQAINFRA-4415 Change-Id: I71da9743066a81638518f44dc663324246a2ce8c Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Remove packaging flag from CentOS targetsHeikki Halmet2021-04-231-4/+4
| | | | | | | | | | This will also remove CentOS target under QtCreator and RHEL's Insignificant flags from submodules Task-number: QTQAINFRA-4416 Change-Id: I2e6d910dfbba7a7903b149f5cf0bc3386cd4e3e2 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Add Red Hat 8.2 to CIHeikki Halmet2021-04-201-0/+44
| | | | | | | | | | Red Hat 8.2 is the latest version with extended update support. In the end Red Hat 8.2 will replace CentOS 8.3 Task-number: QTQAINFRA-4322 Change-Id: Iaa2ef452e7e6608349ba7438bbc5d25ddb35fa2a Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Drop unnecessary ci and packaging configurationsJani Heikkinen2021-04-091-45/+0
| | | | | | | | | | | - Drop Ubuntu 18.04 from CI; we aren't supporting it as development host in Qt6. And we aren't using its prebuild binaries anywhere - Drop 'Packaging' feature from QNX builds; we aren't packaging those - Drop 'Packaging' feature from openSUSE builds; we aren't packaging those Pick-to: 6.1 Change-Id: Ic5c6e0e1c480946380cbcf4b01133caffe7a71e0 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Add Ubuntu 18.04 for Qt6 binary packagesHeikki Halmet2021-02-161-0/+45
| | | | | | | | | | | | | | We need to start using Ubuntu 18.04 with Qt6 binary package targets. Ubuntu 18.04 includes older GLIBC version which shouldn't cause any problems with linux distributions supported by Qt6 Tests will be executed with Ubuntu 20.04. Task-number: QTQAINFRA-4193 Change-Id: Icb189c509351ff080a2c6431299cc0be6ba8adc1 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Replace CentOS 8.1 with CentOS 8.3 in CIHeikki Halmet2021-02-011-8/+8
| | | | | | | Task-number: QTQAINFRA-3964 Change-Id: I368e59867e8061ed25d4d3f10de7e995e56bd676 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* CMake: Adapt to new QT_BUILD_TESTS variableJoerg Bornemann2020-12-011-4/+4
| | | | | | | Change-Id: Ib35e164a8628ffc7d1429ba4756a27d4b98977e2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 87269f4353b17f2d752fad9350ee8b0e44ac1342) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add CentOS 8.1 to CIHeikki Halmet2020-10-161-8/+8
| | | | | | | | | | | Insignificant flag is added for two targets. RedHat 7.6 will be kept as parallel until insignificant flag can be removed from CentOS Task-number: QTQAINFRA-2760 Task-number: QTQAINFRA-3065 Change-Id: If124600309644e6a066805cd728bf12862006a21 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Enable sccache for compatible platformsToni Saario2020-09-251-8/+8
| | | | | | | Android targets, QEMU and the Ubuntu are capable of caching artifacts. Change-Id: I417b7e9b7bd85fb21cce6dfbb2ac8985faba58eb Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* CMake: Add missing Linux host Android x86_64 target configAlexandru Croitor2020-09-171-0/+11
| | | | | | | | | | It wasn't added before, because it didn't build due to an issue in qtbase regarding qdrawhelper.cpp and avx2, which is now fixed in ff1a44be33f4bc05d502a2ca49171e0408992f61 in qtbase. Task-number: QTBUG-86053 Change-Id: I425e6a81840276a850bd95db45d5ecdfae5487a8 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* CMake: Add some missing Linux host Android target architecturesAlexandru Croitor2020-09-081-0/+35
In Qt 5 times, qmake was able to build libraries for multiple Android ABIs in one build tree. In Qt 6.0 + CMake we can't do that yet, which is tracked in QTBUG-80943. We still need to build and ship libraries for all the ABIs, so use the old style approach of one configuration per ABI. Add some of the missing ABIs for the Linux host case: arm64-v8a, armeabi-v7a, x86. The x86_64 ABI will be added in a separate change, due to a bug in qtbase regarding Gui's qdrawhelper.cpp and avx2. Because it's a lot of copy pasting, move the configs into a separate yaml file so it's easier to search and replace in the future. Task-number: QTBUG-86053 Change-Id: If8419ce20ac033b644c49c0bac70196cd30fd679 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Toni Saario <toni.saario@qt.io>