aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning
Commit message (Collapse)AuthorAgeFilesLines
* Libusb coin provisioningDan Ackers2021-05-244-4/+22
| | | | | | | | | | Include libusb to linux, macos and windows Task-number: QTBUG-90951 Change-Id: I633e731d84cc60064bc2d1942f6a1ce129240711 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> (cherry picked from commit 2cee9da977f4f8f0f5878839f7d150735e9bd691) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Temporary fix for installing Conan packages in WindowsHeikki Halmet2021-05-173-147/+18
| | | | | | | | Task-number: QTQAINFRA-4443 Change-Id: Iba4b240edaf4a3ec8732ddbe1ae4ac5c1166b676 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 99a81d0c6c4b3f8b5045d3b93f74b3cade64ab11) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Upgrade python 3.6 version to 3.6.2Heikki Halmet2021-04-282-3/+3
| | | | | | | | | | | | typing.NoReturn is not included in python 3.6.1 version. We need at least 3.6.2 version Task-number: QTQAINFRA-4433 Change-Id: I040e72e253852c7789d4f9e781d18e6b9a431a50 Reviewed-by: Dan Ackers <dan.ackers@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 6ae5052d57ad2438813a5d824ef601aab8c06935) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Set up region and language settings on macOS to match United StatesTor Arne Vestbø2021-04-281-0/+7
| | | | | | | | | | | | The tst_qlocale::macDefaultLocale() test was failing on macOS 11 because the VM images had been set up with Finland as the region, resulting in a different number separator than what the test expected. Fixes: QTBUG-90696 Change-Id: Ia2f68adc1401f21721d1786c5279aa0918a311a8 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 4ad4befe4e08ca726f001318d1ad9d5102259e22) Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Fix nodejs installationHeikki Halmet2021-04-271-2/+2
| | | | | | | | | Task-number: QTBUG-93178 Change-Id: I27f4b1aa6f382cb6c9cc97f960fe1d0b81e47fbd Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 9e0334389bba4795f765812474632744a91476f4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Fix gcc toolset source pathHeikki Halmet2021-04-261-1/+1
| | | | | | | Change-Id: I4e81894648c25ce629914bc4bd9ffa65681ad004 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 2d47450e69ef92dcb85ade943c48f9e7760a5c76) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Remove mac certificates and signing toolsHeikki Halmet2021-04-223-414/+0
| | | | | | | | | | | Those will be provided by Coin Change-Id: Id38b99b11d8b7988d743fc8a302760c3286087ff Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 4e09a6db79d90db7b2aff1d4448305ec145d3766) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Add Vulkan installation for Ubuntu 20.04Heikki Halmet2021-04-211-0/+2
| | | | | | | | | | Vulkan is needed by examples Task-number: QTBUG-92545 Change-Id: I2f814e452c88c04919b26eb42e90bac18356bbe7 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> (cherry picked from commit 027f8ccb080c856c248af0e43f797c4461fd16f0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Fix Squish for Qt6 on macOSJohanna Äijälä2021-04-211-3/+6
| | | | | | | | | | Add correct Squish package to the 'squish_for_qt6' location. Change-Id: Ib997092a5d6350d9b7298d7cc8baf5a2afaca702 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 03821e82a5103560bbcf9c58de3989f6710dd899) Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Upgrade MSVC 2019 version to 16.9.4Heikki Halmet2021-04-192-6/+42
| | | | | | | | | Task-number: QTQAINFRA-4117 Change-Id: Iefb5c8b97b3f56d9cdb358dbbf70d4c9de1b7d1b Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 9200ee73842ba62aa8eeec882de6645d5fe69548) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Resize ulimit value for open filesHeikki Halmet2021-04-191-0/+58
| | | | | | | | | | | | | | Linker for Qt Webengine builds needs to open multiple files. Without this it will hit the limit Task-number: COIN-699 Change-Id: I53b8c38a4f719714971ca6a4b65349716a873170 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> Reviewed-by: Michal Klocek <michal.klocek@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit a4b61379cac768c1a9c21767f7c05df541dc6dfb) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Install prebuilt OpenSSL AndroidHeikki Halmet2021-04-161-5/+14
| | | | | | | | | | | OpenSSL 1.1.1 can't be build against Android NDK 22. Current OpenSSL prebuilt was made against NDK 21. Task-number: QTBUG-92075 Change-Id: I0e8a3017a9482ef269d736a8702b29b6bec1c2b2 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit ca14882321daa1a38961bc0baef317d92a5b0ce0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update NDK to r22bAssam Boudjelthia2021-04-166-8/+8
| | | | | | | | | | | | | Qt quick 3D apps crash because of a bug caused by NDK r21 https://github.com/android/ndk/issues/1148, NDK r22b solves the problem. Task-number: QTBUG-91782 Task-number: QTBUG-92075 Change-Id: I92098c26f3bd9fcfc342ced42c9a81f1e34af8d6 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 53fc7d424d7a7c074645a1d2bcdad3840804b943) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Reset Time Zone for macOS 10.14Heikki Halmet2021-04-131-1/+13
| | | | | | | | | | | | Setting Time Zone for macOS 10.14 seems to be flaky. Let's reset it. If it still fails to set it then exit the script execution. Task-number: QTBUG-92174 Change-Id: I07b28d0511d8fc097a1da43b78de9a5131f6bfa7 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit ba149a162bb5683fbc139f57f4669f970f47f03d) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit c84925c5122732d280837be444d82943c2f7bf73)
* Provisioning: Upgrade Xcode to version 11.3.1 for macOS 10.14Heikki Halmet2021-04-133-7/+15
| | | | | | | | | | | | Xcode 11.3.1 is the latest supported version for macOS 10.14 It seems that in macOS 10.14 xip-package can't be expanded through mount. It need to be fetched first. Change-Id: I8c53787a2edde6b50abc7ec099ecc10b7515df2e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 61d69b068fdab2a248473368cbac589c6595ce59) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add conan to pathToni Saario2021-04-128-6/+15
| | | | | | | Change-Id: I90e028409f606a703fd9b567a221f3f946f11d61 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 32579bc3c429931d257265e69d828f85a55f599b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Enable conan revisions modeToni Saario2021-04-122-0/+5
| | | | | | | Change-Id: I0fb9d6943cf0e6e54f631314a67348f703c31e41 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 3802e21afe8667ede561c88b5e1393a1550825de) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update windows git versionToni Saario2021-04-121-4/+4
| | | | | | | | | | | Older git version does not allow fetching specific revisions. This makes it impossible to fetch the integrations revision of the repository. Change-Id: I513b0d1abb097d139f730ef0cdf2577b9d02e9f8 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 7381cbeca87a9f6ede7dd7feee8d9560c31ce3d9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provision conan on ubuntu 18 and macos 11Toni Saario2021-04-122-0/+12
| | | | | | | Change-Id: Ie11e8bb2b39acd3ab6229cb211c37500cbb7ed77 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit f83567b7f5d0bea595e7fbe7ecfb3ac44327d10c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Disable network LSO/TSO on linux and macOS VMsToni Saario2021-04-118-0/+90
| | | | | | | | | | | LSO/TSO causes problems handling network packets and deteriorates the network speed to below 1MB/s. Task-number: QTQAINFRA-4241 Change-Id: Ib999035668eefe51d59715c9a18f42c9e3dfdf21 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit db7926c7155019ecca588ca9f4c9bae5e06036a6) Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Provisioning: Install Nodejs using pkg instead of BrewHeikki Halmet2021-04-114-9/+56
| | | | | | | | | | | | Openssl is one of Nodejs dependencies when installing it via Homebrew which is causing issues with actual openssl source build during provisioning Task-number: QTQAINFRA-4402 Change-Id: I711c0f2bb7faebb3e5cbe2f415f34b2ac2d38a66 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 26c97222c11ad27bb495dcf85ff5c0256b9a0f12) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Disable RunTime brokerHeikki Halmet2021-03-301-0/+4
| | | | | | | | | | | On some cases RunTime broker might eat huge amount of CPU Change-Id: Ie01b4e1a48e2f9e7e0deb9970160ffc92854d79b Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Dimitrios Apostolou <jimis@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 3444b91634c5e57ab569700fd1bed45c487c7dd1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: update Squish packgesJohanna Äijälä2021-03-282-36/+24
| | | | | | | | | | | Still using unreleased custom snapshot packages from Froglogic. macOS: use custom build Qt5.15 package with separate Squish server adjusted for Qt6. Change-Id: I8605204118015feb347268c335ef731ff99e3c68 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 02d4c34b7da7d0d885b79528276aa1e596c257c3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Upgrade Xcode to version 12.4 for macOS 10.15 and 11.0Heikki Halmet2021-03-264-8/+8
| | | | | | | | | Task-number: QTQAINFRA-4230 Change-Id: Id3de8771e18da5d40cf62ad501a23fce89e845c4 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 7a027b4dfdf4baa65ebb07f748849aa47d5079b2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Install GCC toolset for CentOSHeikki Halmet2021-03-261-0/+41
| | | | | | | | | | GCC toolset provides upgraded GCC version for CentOS. Change-Id: Ia62c7abf21eeed5d65c6b2e35fe1013d839cfa24 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 066964d275e37487e09df21a2759a0c127e06b7b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Remove libclang from Windows 10 x86Heikki Halmet2021-03-241-2/+0
| | | | | | | | | | | Libclang static is not needed by Qt Creator. Also x86 package is not available in download.qt.io or in cache. Qt Creator is the only one using Windows 10 x86 at the moment. Change-Id: I983db655c497105c3154ab64b170a8ed8739a59c Reviewed-by: Matti Paaso <matti.paaso@qt.io> (cherry picked from commit 152a80ec1db22fd8fdcd8c40f92a23f036db031e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add QNX7.1 to CIMarianne Yrjänä2021-03-163-20/+42
| | | | | | | Task-number: QTQAINFRA-3768 Change-Id: I9c0aa78fad9c6a1263e75b06fa954c335f4b6ec2 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 036729ed058deb77f977672d53953f4ad85f7141)
* Change GCC version to 8.3.0 for Ubuntu 18.04Heikki Halmet2021-03-032-3/+3
| | | | | | | | | | | | | | | We need to use gcc 8 instead of 9 so that the Qt installer will work with CentOS 8.3 which have gcc 8 in the system. If we use newer gcc version with the binaries there will be issues with libstdc++. Using gcc-toolset-9 in CentOS won't help either because it will link libstdc++ against the one in system. Task-number: QTBUG-91352 Change-Id: I2a3d186bc04b1f54f14ed95f0588d18bd63814c4 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io> (cherry picked from commit 8843f5186646722a48e1915cf2844d6d5b7f6466) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Remove squish script call under Windows 10 x86Heikki Halmet2021-02-251-1/+0
| | | | | | | | | | RTA don't use squish with Windows 10 x86 in Qt6 Change-Id: Ib1c27e53310506f2c91ab8b65404caba8fcfcaf8 Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 26bffd2fabfa4dce65e97d0e24ab6a7a7279a11d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add Ubuntu 18.04 for Qt6 binary packagesHeikki Halmet2021-02-1623-0/+587
| | | | | | | | | | | | | | | 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> (cherry picked from commit b64b4b169e6319c5d10ec362ece32f835995259b)
* Provisioning. Set Wayland enable as false for CentOS 8.3Heikki Halmet2021-02-121-0/+5
| | | | | | | | | | | In CentOS 8.3 seems to be bug with setting Wayland instead of x-session. Task-number: QTQAINFRA-4246 Change-Id: I1099ca7ef5425f7383ab8a2e9988efeb42a858e8 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit ee5f8fa6cb8f181385a560d759f61e12dfbc2d62) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update QDoc libclang to 11.0Cristian Adam2021-02-052-11/+16
| | | | | | | Change-Id: I1cc74a1efb702d32d99749ec681e37345579c5b7 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit d3406fedd1d373cda78afb84b69b7077c3be8029) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Disable multicast advertisementsHeikki Halmet2021-02-042-2/+6
| | | | | | | | | | | | To get rid of the computer name notification multicat advertisements needs to be disabled. This notification seems to affect to autotest by causing misleading failures. Task-number: QTBUG-89746 Change-Id: I2365092ee05cc731b78e17c56eee7c4370a9f0a7 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit a3c798e76a8cc9c6b4dfc3c178b45f0a294ecf77) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Provisioning: Update Squish for Qt6Johanna Äijälä2021-02-022-17/+35
| | | | | | | | | | | | | These are snapshot packages from Froglogic, not available for macOS yet, thus it will still use Qt5.15 based Squish. Only Linux and Win packages are updated now. Along with the Squish for Qt6 we need the Squish for Qt5 to be able to run Creator tests (since Creator is still Qt5 based). Change-Id: Iec0294e1de036db004633ee6b95e1e68a6dd23a5 Pick-to: 6.0 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Replace CentOS 8.1 with CentOS 8.3 in CIHeikki Halmet2021-02-0126-0/+0
| | | | | | | 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>
* Add --ignore-signature to ICC installation also for openSUSE 15.2Heikki Halmet2021-01-261-1/+1
| | | | | | | | This was missing from fea422c0a61f43f10f16194712e7e0e37d3178d0 Task-number: QTQAINFRA-4174 Change-Id: Id829e4a1ccc23890ed53618c8a5c200b1dda8100 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Install Conan package managerHeikki Halmet2021-01-267-0/+44
| | | | | | | | | | Conan package manager is need for addtional libraries Task-number: QTQAINFRA-4190 Change-Id: I5cb07a137505f15d536989c6d5127f607735a17e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io>
* Provisioning: get-pip.py address changed for python 2.7Heikki Halmet2021-01-241-1/+8
| | | | | | | | | | | | | | | | For python27 get-pip file's location has been changed and we need to use two different get-pip files for different python versions. Let's also cache these python files and use cache as primary url. Pick-to: 6.0 Pick-to: 5.15 Pick-to: 5.12 Task-number: QTQAINFRA-4210 Change-Id: Iebc00f6f319bb914f7548d4737e13fed9ac2b292 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Install dynamic libclang to macOS 10.15Simo Fält2021-01-221-0/+6
| | | | | | Pick-to: 6.0 Change-Id: I8e0917b15eba79e3a616a096722f68088859f0c7 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Provisioning: Install dynamic libclang to macOS 11Simo Fält2021-01-221-0/+6
| | | | | Change-Id: I27a6ed1e230ae71b339d0198be07469db3b1bf32 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Add Big Sur macOS 11.0 to CIHeikki Halmet2021-01-2243-2/+968
| | | | | | | | Only one target is added because current HW capasity is minor. Task-number: QTQAINFRA-3967 Change-Id: Iae2ac0e02b38b45a219a78e046fb21338ff9cd97 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Update qdb to build on 10.14 and remove 10.13 scriptsTony Sarajärvi2021-01-2145-928/+0
| | | | | Change-Id: I6533ae5a674961b39978d5b716cbe6a176a0c564 Reviewed-by: Toni Saario <toni.saario@qt.io>
* Provisioning: Add libclang packages to cacheHeikki Halmet2021-01-212-4/+4
| | | | | | | | | | | Both static and dynamic libclang packages are missing from our local cache. Dynamic and static packages need to be in different folders because package names are identicals Pick-to: 6.0 Pick-to: 5.15 Change-Id: I0d4c0c776f1c5f318417cae6c16d683b31a10710 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Add --ignore-signature to ICC installationHeikki Halmet2021-01-212-2/+2
| | | | | | | | | ICC installation fails when checking digital signature Task-number: QTQAINFRA-4174 Change-Id: Idcbca27a852abbd0824938f825807121a4f60c3e Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit d238c03742fb7568ad794017875f63f6a854b5ff)
* QEMU: update toolchainsSamuli Piippo2021-01-183-232/+59
| | | | | | | | | | | Update yocto toolchains and use qemu from the toolchain. Using GCC 10.2.0 and QEMU 5.1.0 Task-number: QTQAINFRA-3836 Task-number: QTQAINFRA-3741 Task-number: QTBUG-84167 Change-Id: I5bfa2c67100299c1c910cae2453b93dbc37cbb55 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Provisioning: Use prebuilt Android openssl if availableHeikki Halmet2021-01-151-24/+34
| | | | | | | | | | | | | Android openssl configuration is flaky. Some cases it can't find perl. Let's use prebuilt package from local cache. If not available then download sources and configure it. Pick-to: 6.0 Pick-to: 5.15 Pick-to: 5.12 Task-number: QTQAINFRA-3993 Change-Id: I4b15cba763d88d85dfe7908fa22c2ce5f461f5cc Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Upgrade Xcode and Command Line Tools to version 12.3Heikki Halmet2021-01-082-4/+4
| | | | | | | | | Xcode 12.3 is currently supported in macOS 10.15.4 and 11.1 Task-number: QTQAINFRA-3962 Change-Id: Id919e63cd792e4c35b4bb625a574009fd044f440 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Use Parallels for macOS 10.15 builds and testsAntti Jaakkola2020-12-3149-6/+1121
| | | | | | | | Pick-to: 5.15 Pick-to: 6.0 Change-Id: I875cf12afafae5389f8c974cd40789c5183d4cb2 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* Update sccache to 0.2.14Toni Saario2020-12-233-6/+6
| | | | | | | | | This makes windows binaries available from remote url and brings some fixes to the sccache itself. Change-Id: Ie108cbef783dbd4d7665964cdc00f0b05b062763 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Provisioning: Install libClang 10 with dynamic libsSimo Fält2020-12-238-0/+165
| | | | | | | | | | | As Qt uses only static archives of libclang, we have to install dynamic version as an additional package. Libclang is required for example QtForPython. Pick-to: 5.15 Pick-to: 6.0 Change-Id: Ic9d70398113defe3561f261aee369b423c18686a Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>