aboutsummaryrefslogtreecommitdiffstats
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* Provisioning: Enable access to SMB server in Windows 10 x64Heikki Halmet2020-10-221-0/+2
| | | | | | | | | | | Windows don't allow insecure guest login anymore by default. It need to be enabled through Group Policy restrictions Task-number: QTQAINFRA-3980 Change-Id: I767e9c87ca3ee4737e312142ecefb94ee2b2b828 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> (cherry picked from commit 586856e180b65470d0e5d119081e18abbde83152) Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Provisioning: Install Microsoft Visual C++ RedistributableHeikki Halmet2020-10-221-0/+48
| | | | | | | | Script will install Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019 Change-Id: I4366855c8d5679e3b7b201d79a82e47199b3ad8c Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Provisioning: Update Conan to 1.29.0Konstantin Tokarev2020-10-022-22/+22
| | | | | | | | Task-bumber: QTQAINFRA-3916 Change-Id: I52d8a0255efcc7b4b139ec5050cf3d59003f12a9 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit f73fa57088ed47d555b6635d11219d57379c9e90) Reviewed-by: Toni Saario <toni.saario@qt.io>
* Provisioning: Disable unneeded servicesHeikki Halmet2020-10-024-0/+7
| | | | | | | | To speed up things and release CPU we need to disable unneeded services Change-Id: I067ad6eb0b3b5df72edc00aa244cc1bff35c4232 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Update Conan packagesKonstantin Tokarev2020-10-0229-236/+241
| | | | | | | | | | | | * Update libjpeg-turbo to 2.0.5 * Replace MinGW 7 packages with MinGW 8 * Remove zlib packages as Qt is consistently built with -qt-zlib now Task-bumber: QTQAINFRA-3916 Change-Id: Ie15bbb0f0f5b3a4c1a5d08f2341e9eb16a80cce7 Reviewed-by: Konstantin Tokarev <annulen@yandex.ru> (cherry picked from commit 27d187eb3259842d506bb8e35691aa4748f99025) Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Provisioning: Disable daily cron jobs from SLES 15Heikki Halmet2020-09-241-0/+7
| | | | | | | Task-number: QTQAINFRA-3919 Change-Id: Iabf03aeadb3f0fa7091428ef3ea6075b199d9c77 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit dd2111cf9f07599f0722559ad9ae174e16d44ac4)
* Provisioning: Disable btrfs balance jobsHeikki Halmet2020-09-241-0/+9
| | | | | | | | | Btrfs use lot's of CPU while running Task-number: QTQAINFRA-3919 Change-Id: I08b89b57c92d90f752dde76375711e61ed173c2c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 51fc48896c058198cc20d83b72a2a6373be6a22f)
* Provisioning: Disable fstrim.timerHeikki Halmet2020-09-241-0/+7
| | | | | | | | | | | | | fstrim scans the filesystem and sends 'UNMAP' commands for each unused block it finds. Let's disable it so it won't cause unexpected situations. Task-number: QTQAINFRA-3919 Change-Id: I20c97441fd47728a3063ae50f87fe6347186bdbd Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 031bc19ae6278a8f12ec195f8dfa14d326efb23f) Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 11cd0f1d75c2f1a79e3d1409e69b6b58cb96e44e)
* Provisioning: Update expired QNX licenseHeikki Halmet2020-09-054-8/+8
| | | | | | | Task-number: QTQAINFRA-3708 Change-Id: Id2d6d10d88fc50c9985014c44df0b1cf51cc3410 (cherry picked from commit 71043ca2438d49c1f9aa64b56cfd453dac384696) Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Provisioning: Renew iPhone signing toolsHeikki Halmet2020-08-282-18/+18
| | | | | | | | Task-number: QTQAINFRA-3434 Change-Id: I53665bf4e0799da7a23ba60aff37e26052d0374a Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> (cherry picked from commit c1b06ec3e53943178f300071b1ee640429e1e2f5)
* Provisioning: Update OpenSSL to version 1.1.1gHeikki Halmet2020-08-185-15/+15
| | | | | | | Task-number: QTQAINFRA-3819 Change-Id: Ie7d0f3a0c73d123c3f3536e6b2dd2eb8608eb9cd (cherry picked from commit 2ac3dd2d6ff8acf8348ac8607160ab972de66325) Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Update windows tier1 imageToni Saario2020-07-319-44/+22
| | | | | | | | | | | Changes in coin to virtual machine template exposed a bug where older windows version deadlocks jom in multithreaded environment. -16 version of the windows 10 image is latest to include msvc2017, update to this. Task-number: COIN-598 Change-Id: Icc75ad4a6029332ebcd4acaad563156a139dc280 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Provisioning: Use signed opengl32 packageHeikki Halmet2020-06-111-7/+7
| | | | | | | | Task-number: QTBUG-80252 Change-Id: Ife9942796ed64c4e2894fb3342259c674cf5d7ed Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io> (cherry picked from commit 9c33fe844a2b9b1b601466740dd6097d649c1e0c) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Provisioning: Enable RPMS for Redhat 6.6Heikki Halmet2020-04-201-0/+44
| | | | | | | | | Needed RPMS are currently in disabled state in Tier 1 image and those need to be enabled. Task-number: COIN-563 Change-Id: Ib803be03ad859a180bf941a52deaf0cf00412400 Reviewed-by: Matti Paaso <matti.paaso@qt.io>
* Provisioning: Activate subscriptionsHeikki Halmet2020-04-162-4/+14
| | | | | | | Task-number: QTQAINFRA-3638 Change-Id: Ide5599a45b918dcbd44a7d60a78c3a4811d80943 (cherry picked from commit 5148639647ca7d98ac94aaa90f8d650e68d0f592) Reviewed-by: Matti Paaso <matti.paaso@qt.io>
* Execute a specific version of homebrew install scriptDimitrios Apostolou2020-04-023-5/+23
| | | | | | | | | | | | | | Also first try to download it from local mirror. This install script appears to be doing a lot of git-cloning and downloading itself though, so it is still far from the ideal solution: to only download from locally cached endpoints. Task-number: QTQAINFRA-3134 Change-Id: I32131045d6e62f302ec666b4ac055ca5ee9662d5 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit c0033df4b98eee349fcd7b92f35cb6ee4ca18927) Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Add installer-framework specific platform configsSimo Fält2020-03-091-0/+30
| | | | | | | Task-number: COIN-287 Change-Id: If9de982bc40ae86176fe0a233efea150b0a2811e Reviewed-by: Katja Marttila <katja.marttila@qt.io> Reviewed-by: Matti Paaso <matti.paaso@qt.io>
* Provisioning: update Conan and Conan packages to latest versionsKonstantin Tokarev2020-03-0754-2567/+2155
| | | | | | | | Task-number: QTQAINFRA-3556 Change-Id: If9c600a6bb3aae893924f9372c8b248d3e58f887 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit b73e61a458b6cce4cbb5546a912b9def52779d51) Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
* Remove pip installationSimo Fält2020-02-201-6/+0
| | | | | | | | RHEL 6.6 is having too old python3 to support latest version of pip. Change-Id: Ib8f9996b668ae02070986a1607c43885284560c1 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Provisioning: Update signing tools for macOSHeikki Halmet2020-02-182-4/+4
| | | | | | | | | | Update expired certificates Task-number: QTQAINFRA-3540 Change-Id: I21e718901cb3f5c901273c0c122430f5caaea3d0 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> (cherry picked from commit fd7bfcc0c50f8b352aaa2c27b01e026589ec4c5b)
* Fix openssl build in SLES-15Dimitrios Apostolou2020-02-181-0/+3
| | | | | | | | | | | | | | Upstream changes of binutils or elfutils broke the build. Error was: /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: /usr/lib64/libc_nonshared.a(elf-init.oS): unable to initialize decompress status for section .debug_info /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: /usr/lib64/libc_nonshared.a: error adding symbols: file format not recognized collect2: error: ld returned 1 exit status Task-number: QTQAINFRA-3527. Change-Id: I50b677598b4415a281abbf0ddb2db39613646b36 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit eee60c0824a6ef6f50d0fc18a0e0908d9ab93be4) Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
* 08-pythondev build should not execute external scriptDimitrios Apostolou2020-02-181-4/+38
| | | | | | | | | | | | | The important bits of the script were copied and modified. NOTE that we no longer build openssl from source, the distro (SLES15) provides a version that works well. Task-number: QTQAINFRA-3528 Change-Id: Iad63d75055a7efc3e104789e4a515b8511cf0880 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit db23c64876028d8c4584b58c049f0211764c775a) Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
* Provisioning: Update jinja2 to 2.10.3Dominik Holland2020-02-181-1/+1
| | | | | | | | | | | This makes sure we don't run into CVE-2019-10906 when using jinja2 in QtIvis Autogenerator. Change-Id: If51bf54bd26858c6b5faa3dd6a6627f2979b862d Reviewed-by: Robert Griebl <robert.griebl@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 7b4b2f86a03a176fa5fe0ca1059dc4935c1e665f) Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
* Merge remote-tracking branch 'origin/5.12.6' into 5.12Liang Qi2020-01-102-34/+107
|\ | | | | | | | | | | | | Conflicts: .gitmodules Change-Id: I82e695715beec4fd0cd58e31b11606e24afc4b0f
| * Docker installation: do not depend on external repositorieswip/qt3dstudio/2.6wip/ogl-runtime/2.65.12.6Dimitrios Apostolou2019-11-201-9/+28
| | | | | | | | | | | | | | | | | | | | Also updated the docker-compose binary to the latest one. Task-number: QTQAINFRA-3279 Change-Id: Ie09a772ca8247aa5f5bd6d36774b68b6bb846386 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit a270bcdb6beb34d7590378899805391cfcfe7091) Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
| * DownloadURL last argument (targetFile) is now optionalDimitrios Apostolou2019-11-201-1/+8
| | | | | | | | | | | | | | Change-Id: I0864bcb052cddcc9753c056758b6e65fd561d928 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 6cc2215b8ce6da477cf23f01ff5b88c0d12c2b88) Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
| * Fix for DownloadURL to try alternative URLDimitrios Apostolou2019-11-201-2/+2
| | | | | | | | | | | | Change-Id: I7e9a77815ef8f4c258dda44bda6fdd4eb3736ef4 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 518e114dc71fb58d175a15afb282ac7f6dff6adc)
| * DownloadURL now works with either wget or curlDimitrios Apostolou2019-11-201-2/+11
| | | | | | | | | | | | | | | | | | | | The reason is that Ubuntu does not have curl at the very beginning of provisioning scripts, and also does not have the repositories configured in order to install it. Change-Id: Ia485c1672f894bc800f199b742d238b2945938e5 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 4e3a0f79fbe8bea7915b267e132ba1e0d4b67733)
| * Refactor DownloadURL.shDimitrios Apostolou2019-11-201-23/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-detects and verifies all kinds of hashes, not only SHA1. Hash verification is now an autonomous function. If the file is found at the destination, skip redownloading it if the hash is OK. Runs on POSIX sh, not requiring bash. Retain compatibility with previous version. Change-Id: I9930336030aa776f49dc460fe766f3e831700255 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit c0fce7a3b37db53289ffd1e44c58f0bfc0601229) Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
| * Remove more of update notifiersTony Sarajärvi2019-11-202-1/+5
| | | | | | | | | | | | | | Change-Id: I507f584ef82b5f41f6b1cbc22fdd4ff6eff5e911 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 2eab420e807d5fa4e39d4437879b9a35a2cdc88e) (cherry picked from commit 7285bbee64b24f7aef86fa109334448f1ddbf49b)
| * Change local Ubuntu repo mirror in provisioningTony Sarajärvi2019-11-202-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old mirror host Qt company used to sync their local mirror from, stopped syncing from Ubuntu in October 2018. The mirror mechanism was changed so that in the future if addresses change, we don't have to touch the provisioning scripts as the address is more general. Also a duplicate entry was removed. Task-number: QTQAINFRA-3279 Change-Id: I65ada052d308eaef0411eb9caad893304eb05ab6 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 5b77e74a5e66be1b0b529ad872d2d80457ef4a84) Reviewed-by: Liang Qi <liang.qi@qt.io> (cherry picked from commit 439fbad1c9b80522435ecaceba96a394aaea5bdb)
| * Workaround broken local apt mirrorDimitrios Apostolou2019-11-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Local mirror is mirroring a public mirror, and for some reason there is a mismatch of file sizes and file hashes for the dep-11 metadata files. More info: https://askubuntu.com/questions/823329/how-do-i-disable-fetching-of-dep-11-files Task-number: QTQAINFRA-3351 Change-Id: Ia48936e7d0b9efb2f86fbe001f22f2bd28a7ea3d Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit ef7481b9cd514d0e3d73c5211193d1d100acfe74) Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| * Workaround broken local apt mirror for Ubuntu 16.04Heikki Halmet2019-11-202-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Local mirror is mirroring a public mirror, and for some reason there is a mismatch of file sizes and file hashes for the dep-11 metadata files. More info: https://askubuntu.com/questions/823329/how-do-i-disable-fetching-of-dep-11-files Task-number: QTQAINFRA-3351 Change-Id: I736b0c9627399839d713ec637cab9403a368601f Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io> (cherry picked from commit b0fb9bbc72ab560f9f338693e92f84f79add82be) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* | Provisioning: Change JDK script to use 'Remove' function from helpersHeikki Halmet2019-12-031-2/+1
| | | | | | | | | | | | | | | | Task-number: QTQAINFRA-3369 Change-Id: I2e873eb50d9129c48d92370af80fe121039d172e Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit dcfef7226fb54288858d234764f15582c77f5b05) Reviewed-by: Simo Fält <simo.falt@qt.io>
* | Workaround broken local apt mirrorDimitrios Apostolou2019-11-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Local mirror is mirroring a public mirror, and for some reason there is a mismatch of file sizes and file hashes for the dep-11 metadata files. More info: https://askubuntu.com/questions/823329/how-do-i-disable-fetching-of-dep-11-files Task-number: QTQAINFRA-3351 Change-Id: Ia48936e7d0b9efb2f86fbe001f22f2bd28a7ea3d (cherry picked from commit ef7481b9cd514d0e3d73c5211193d1d100acfe74) Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
* | Workaround broken local apt mirror for Ubuntu 16.04Heikki Halmet2019-11-182-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Local mirror is mirroring a public mirror, and for some reason there is a mismatch of file sizes and file hashes for the dep-11 metadata files. More info: https://askubuntu.com/questions/823329/how-do-i-disable-fetching-of-dep-11-files Task-number: QTQAINFRA-3351 Change-Id: I736b0c9627399839d713ec637cab9403a368601f Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
* | Provisioning: Install pre-builded openssl for Windows 7Heikki Halmet2019-11-181-3/+5
| | | | | | | | | | | | | | Task-number: QTQAINFRA-3224 Change-Id: I972b497e1a98f2ebbb6633158714409313cf0506 (cherry picked from commit 569fd1dabc47dccd80331d4f380eae811fd07447) Reviewed-by: Simo Fält <simo.falt@qt.io>
* | Provisioning: Disable automatic cleanup from windowsHeikki Halmet2019-11-154-0/+11
| | | | | | | | | | | | | | Task-number: QTQAINFRA-3238 Change-Id: Ie64086b650016adb7129bd4c4592ca987cc1453b (cherry picked from commit 60befd750829fe5a61b07256f0dc667ea1bd0f2f) Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* | Provisioning: Update Cmake to version 3.7.2Heikki Halmet2019-11-112-8/+8
| | | | | | | | | | | | | | | | | | | | QtCreator requires Cmake minimal version to be at least 3.7.0 Task-number: QTQAINFRA-3272 Change-Id: Id7f2d38ad0581c1aead4b5bac860ac193488ae1b Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io> (cherry picked from commit 3f9673d1090feecd9e849ca2547f3024e323777a)
* | Provisioning: Hide password with /dev/nullHeikki Halmet2019-11-113-6/+33
| | | | | | | | | | | | Change-Id: Ic60ba668764c928977c826e02686a0cd341b995f (cherry picked from commit 39a42f0abd1cffc634fe5ba91dde893bebc43021) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* | Provisioning: Update Xcode package for macOS 10.14Heikki Halmet2019-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | Apple's certification was expired so Xcode 10.2.1 package needs to be updated from the Apple's download server. Old one causing problems with RTA tests. Task-number: QTQAINFRA-3317 Change-Id: I5006f95ab420e26523d2621800d80322a52bb9a2 (cherry picked from commit 5b752460bc37ce298c332d7b1d500242068d66e6) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* | Provisioning: Upgrade OpenSSL version to 1.1.1dHeikki Halmet2019-11-116-89/+12
| | | | | | | | | | | | | | | | | | Plus removing unused file install_openssl_111a.sh Task-number: QTQAINFRA-3224 Change-Id: If5f9ee12e118e0329eb27f8d3ca9829011874382 (cherry picked from commit 52fe759ebacd4d58945f0dd01b3aecf321e20375) Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* | Change local Ubuntu repo mirror in provisioningTony Sarajärvi2019-11-082-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The old mirror host Qt company used to sync their local mirror from, stopped syncing from Ubuntu in October 2018. The mirror mechanism was changed so that in the future if addresses change, we don't have to touch the provisioning scripts as the address is more general. Also a duplicate entry was removed. Task-number: QTQAINFRA-3279 Change-Id: I65ada052d308eaef0411eb9caad893304eb05ab6 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 5b77e74a5e66be1b0b529ad872d2d80457ef4a84) Reviewed-by: Liang Qi <liang.qi@qt.io>
* | Remove more of update notifiersTony Sarajärvi2019-11-082-1/+5
|/ | | | | | Change-Id: I507f584ef82b5f41f6b1cbc22fdd4ff6eff5e911 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 2eab420e807d5fa4e39d4437879b9a35a2cdc88e)
* Add allowUntrusted parameter for command line tools and refresh XcodeHeikki Halmet2019-10-302-2/+2
| | | | | | | | | | | | | | Apple has signed their packages with certificate which has been expired 24.11.2019. Packages are unusable without allowUntrusted parameter Also Xcode package for macOS10.13 needs to be refetched from Apple's download to local cache Task-number: QTQAINFRA-3317 Change-Id: Iebbe81ee0c360e5f0b49d422b38fe1a148424891 (cherry picked from commit eb0ef419ec91ed580b13d54bf480087b7d33c2e1) Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Disable or delete unneeded tasks and servicesHeikki Halmet2019-10-2912-0/+211
| | | | | | | | | | | Windows have lot's of tasks and services running which are slowing the performance of build machine. Also 'windows' and 'windows defender' updates need's to be "permanently" disabled. Task-number: QTQAINFRA-3182 Change-Id: I8f6b237fcdc6e38fa9a06836d349821d86c58afc (cherry picked from commit a3136bdbfef242339c002630f51b4bc0f5c05503) Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Add Android NDK ROOT to environment variableHeikki Halmet2019-09-251-0/+1
| | | | | | | | | Task-number: QTQAINFRA-3181 Task-number: QTBUG-74952 Change-Id: I4cc6936c3b3eef32a1013888ced3950cd1f39407 (cherry picked from commit 30e7bf5745835e1b2f78fc6244dd89aa4cdb0b0a) Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io> Reviewed-by: Liang Qi <liang.qi@qt.io>
* Platform configurations: Move Android_ANY (clang-x86) to defaultHeikki Halmet2019-09-252-25/+25
| | | | | | | | | Arm targets from default change places with clang-x86 from qt5 Task-number: QTQAINFRA-3153 Change-Id: I642f5c07fd5c36bf675676d82f5f200bce4beccf (cherry picked from commit fa03dbce1f1eff1967d6607e1c41c8fc41cc0a09) Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Saferenderer: Update qtci-linux-RHEL-7.4-x86_64 static buildTuomas Heimonen2019-09-091-1/+1
| | | | | | | | | Add build flag '-no-opengl' to remove xcb from static build Add build flag '-no-vulkan' to disable vulkan Task-number: QSR-517 Change-Id: I7d6f5c507bd96aed024d3cf74029feb12ad77bca Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
* Provisioning: Fix version of libiodbc on MacOsAssam Boudjelthia2019-09-062-1/+24
| | | | | | | | | libiodbc latest version (3.52.13) was automatically installed causing qt-config-gui to fail build, this installs version 3.52.12. Task-number: QTQAINFRA-3188 Change-Id: I5b87ff04c2301a5471cc9abfa0849b6073a1bdd4 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>