aboutsummaryrefslogtreecommitdiffstats
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* Remove RHEL 6 from the CIJędrzej Nowacki2018-05-1613-345/+0
| | | | | | | | | | | | RHEL7 was introduced to replace RHEL6, we do build packages on RHEL7 already. The only coverage that it adds is an old gcc, but in the same time it is quite expensive to maintain because of generally old software stack. Change-Id: I9955747efecefc3354aa9e1f1c45f7d1bc48dfc6 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-1019-49/+53
|\ | | | | | | Change-Id: Ia167d4f873ed500e3bae798eade6720db6b21750
| * Merge remote-tracking branch 'origin/5.11.0' into 5.11Liang Qi2018-05-099-25/+25
| |\ | | | | | | | | | Change-Id: Ia252225aa1339ac448dd726b149e08739c02dfc5
| | * Install the MinGW build of libclangSimon Hausmann2018-05-014-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This restores the MinGW installation of libclang on Windows 7 and installs the MSVC and MinGW builds in parallel on Windows 10. For compatibility reasons the MSVC installation is done last, to ensure that the older LLVM_INSTALL_DIR variable points to the MSVC installation. In addition though we now get LLVM_INSTALL_DIR_MINGW and LLVM_INSTALL_DIR_MSVC, which qt_find_clang.prf in qttools can use in the future. Task-number: QTBUG-66015 Change-Id: I8b53b85d0cde597c88a089f2a05f03947828d9bd Reviewed-by: Simo Fält <simo.falt@qt.io>
| | * Update clang version to 6.0Jędrzej Nowacki2018-04-288-22/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The version also contains statically compiled libraries so we can ship qdoc without shipping libclang. The change temporarly removes CI qdoc builds from RHEL6 and MinGW, these two configurations are not used for packaging, just for CI testing. We should restore MinGW later. Task-number: QTBUG-66015 Task-number: QTBUG-67764 Change-Id: Ie37b4be6a639e81d9ef0815682c6d60981cbeaae Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io> Reviewed-by: Fredrik de Vibe <fredrik.devibe@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
| * | Update openssl packages to 1.0.2oTony Sarajärvi2018-05-024-10/+10
| | | | | | | | | | | | | | | Change-Id: Iab7043212cc3b66c26100519d95ac18fc69fa26a Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
| * | Fix styles in setting proxyTony Sarajärvi2018-05-023-2/+4
| | | | | | | | | | | | | | | | | | Change-Id: Iac4243e767a7cfb29b9bb0b4603ca6509356ce8c Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
| * | Take proxy into use in python provisioning in windowsTony Sarajärvi2018-05-023-12/+14
| | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-1669 Change-Id: I2030f244da65e4fd0c3b0be54d941b065f9a180e Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* | | Provisioning: Remove freeopcuaRainer Keller2018-05-081-51/+0
|/ / | | | | | | | | | | | | | | Support for it is dropped Change-Id: I574a50f279df9e390954e6dece4b947c8860038b Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io> Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
* | Fix shellcheck complaints for RHEL 7.x in provisioning scriptsTony Sarajärvi2018-04-2914-17/+29
| | | | | | | | | | Change-Id: I489f4f25d603457c8f0444ed277a162a7fd4128f Reviewed-by: Liang Qi <liang.qi@qt.io>
* | Provisioning: Add a clean Ubuntu 16.04 x86Joni Jantti2018-04-293-0/+117
| | | | | | | | | | | | | | | | | | | | A clean ubuntu 16.04 provisioning is required by RTA. Task-number: QTQAINFRA-1640 Change-Id: I83f53c7b677da6d1aa0e89cc6bde0b2363a7ae1e Reviewed-by: Joni Jäntti <joni.jantti@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
* | windows provisioning: Do not use Windows builtin way of extracting zipsOliver Wolff2018-04-2911-73/+33
| | | | | | | | | | | | | | | | | | | | The builtin way of Windows for handling zip files is much slower than using 7zip. A small benchmark (not representative, just extracting the android ndk) showed 11 minutes using Extract-Zip vs 2,5 minutes using Extract-7Zip on my machine. Change-Id: I5198aabb5b75860ead687581fc5e368eb75e48ae Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | Add missing sw versions to versions.txtHeikki Halmet2018-04-2913-0/+31
| | | | | | | | | | Change-Id: Ifa12b6c6308e4ad73989e7e935061f77ae1823e2 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* | Provisioning: Ubuntu - zlib1g:i386Joni Jantti2018-04-291-0/+1
| | | | | | | | | | | | | | | | RTA needs this package for QNX testing. Task-number: QTQAINFRA-1930 Change-Id: I3587558bc1c8ece6dbb29b5f5184f4bfa744a790 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* | Provisioning: list installed packages in distroTony Sarajärvi2018-04-293-0/+142
| | | | | | | | | | Change-Id: I71bbfbfba034066cffd4cb1a9d781d386b1b6b9a Reviewed-by: Simo Fält <simo.falt@qt.io>
* | Fix powershell stylings in provisioning scriptsTony Sarajärvi2018-04-291-4/+4
| | | | | | | | | | Change-Id: I946027047b9810ec1197b50394f157eb406434c2 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* | Fix Squish Provisioning coding styleTony Sarajärvi2018-04-291-3/+3
| | | | | | | | | | Change-Id: I663ce38fffa3a9446972d1790d80f76b7155c029 Reviewed-by: Simo Fält <simo.falt@qt.io>
* | Fix and-or in NTP disablingTony Sarajärvi2018-04-291-1/+1
| | | | | | | | | | Change-Id: Ib4b6ffa65ba600919ad71b2748da5055449f3164 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* | Fix shellcheck complaints for openSUSE provisioning scriptsTony Sarajärvi2018-04-298-5/+13
| | | | | | | | | | | | Change-Id: I5360a1b7b4c405d7ca9fedee8e100d933ec6e7b7 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
* | Fix shellcheck complaints in common macos provisioning scriptsTony Sarajärvi2018-04-297-11/+11
| | | | | | | | | | | | Change-Id: I9d6891a2956f66ebf2ca759c4085acad30a84618 Reviewed-by: Joni Jäntti <joni.jantti@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
* | Fix shellcheck complaints in provisioning scriptsTony Sarajärvi2018-04-2911-19/+41
| | | | | | | | | | | | Change-Id: I38306c6d2ff360dc12f8c33b289bbc4ae4935aca Reviewed-by: Joni Jäntti <joni.jantti@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
* | Provisioning: Ubuntu - remove Unity window decorationsGatis Paeglis2018-04-251-0/+3
|/ | | | | | | | | | | | | | | | | Unity does not respect setGeometry() call, which is violation of WM spec. During the years we have tried various workarounds, but it has proved to be counterproductive. This patch adjusts Unity theme to not draw window decorations, ensuring that Unity treats the setGeometry() call the same way all the other WMs and platforms we are testing on. For more detailed explanation see QTBUG-67757. Task-number: QTBUG-67757 Change-Id: I8d2bb9f2af14d3c184fc218ed08a1febd70f4026 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
* Provisioning: openSUSE-42.3: Install libpulse-develTopi Reinio2018-04-171-0/+3
| | | | | | | | | Required by Qt Multimedia. Task-number: QTBUG-64538 Change-Id: I12e5a1b1a6390f553d883ce12647475eb9dd2992 Reviewed-by: Joni Jäntti <joni.jantti@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Revert "Install Python 2.7.13 to RHEL with pip"wip/navigationSimo Fält2018-04-161-5/+6
| | | | | | | | | This reverts commit 794913dde77e9a2918353894a33d03b16e6927c4, which seems to break pyside builds. Instead we install python-pip package from the EPEL repository. Change-Id: Ic84680b0b0d6950d389bb42a6add18c83256f00f Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Add test for squish installationHeikki Halmet2018-04-152-1/+38
| | | | | | | | | | | | | | Squish is needed by RTA which is not run during normal qt5 build. Other words squish installation is not tested during integration. That's why we need separate test for it. This change will fetch test and run test suite which is made to check that squish installation works Task-number: QTQAINFRA-1733 Change-Id: I9284fd52d87767ae04022c3a6996e0bb972315dd Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io> Reviewed-by: Joni Jäntti <joni.jantti@qt.io> Reviewed-by: Matti Paaso <matti.paaso@qt.io>
* Provisioning: Ubuntu - Add QNX 6.6.0Joni Jantti2018-04-152-0/+104
| | | | | | | | QNX 6.6.0 is required by RTA. Task-number: QTQAINFRA-1914 Change-Id: Id0578050d24fb13f3e10a10e972be790d39f9bc0 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Win10_x86 - mysqlJoni Jantti2018-04-151-0/+1
| | | | | | | | Required by RTA. Task-number: QTQAINFRA-1923 Change-Id: I13d78da0bd3ea2fa8a75734fb5f88a472cbd79de Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Win10_x86 - opensslJoni Jantti2018-04-151-0/+1
| | | | | | | | Required by RTA. Task-number: QTQAINFRA-1923 Change-Id: I4937980a1f23d56e509b71541605c80cb6423402 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Win10_x86 - psqlJoni Jantti2018-04-151-0/+1
| | | | | | | | Required by RTA. Task-number: QTQAINFRA-1923 Change-Id: Ia13d9586d1c1934c8c4e51fcbe9ce826bba68524 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Win10_x86 - Windows 10 SDK with debugging toolsJoni Jantti2018-04-152-0/+51
| | | | | | | RTA needs debugging tools for Windows 10 x86 testing. Change-Id: I69cae92a2529a933a018f22c1b200bdc4d2c0aa0 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Fix squish provisioning script typoTony Sarajärvi2018-04-151-2/+2
| | | | | Change-Id: If33847a552fe40128cef577b99adf3152de3a9e2 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
* Fix shellcheck complaints in RHEL 6.6 provisioning scriptsTony Sarajärvi2018-04-158-13/+21
| | | | | | Change-Id: Idb4240b4cfd309b2c6c418e8c18b175a491f8eea Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Provisioning: Install Git Large File StorageHeikki Halmet2018-04-151-0/+43
| | | | | | | | This tool is needed to clone some repositories correctly Task-number: QTQAINFRA-1921 Change-Id: If4744304490649aeecf9daa0c1f840ded9b7beed Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Provisioning: Use wayland libs provided by distroHeikki Halmet2018-04-153-124/+6
| | | | | | | | | | | | Redhat repositories includes needed wayland libraries. Let's use those instead providing those through provisioning. Task-number: QTQAINFRA-1925 Change-Id: I543a6b9fb8876f64d4b9c17ef909b9c61129e62e Reviewed-by: Johan Helsing <johan.helsing@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
* Provisioning: Set ssh key and configurations for Yocto buildHeikki Halmet2018-04-151-0/+55
| | | | | | Task-number: QTQAINFRA-1888 Change-Id: I2dd01080998866ce2affd6a5aea797540f28db19 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Upgrade pip to latest versionHeikki Halmet2018-04-154-10/+24
| | | | | | | | | | | | Latest pip version is not installed during python installation. Pip need to be reinstalled after python installation because older version of pip seems to cause installation problems randomly at least with python 2.7 Task-number: QTQAINFRA-1902 Change-Id: If3d74130ecee6e410c64cad309feff9edc0e5db0 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
* Provisioning: Remove sha1 file after shasum checkHeikki Halmet2018-04-151-0/+1
| | | | | Change-Id: Iee8e66d98e5ebd2dee18baf8e1752a86065417d1 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Fix msvc_2015_update3_patchOliver Wolff2018-04-061-1/+0
| | | | | Change-Id: Ie008b274c2f27d9792340dd4f6c2d3215bd376ca Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
* Remove updating of RHEL 7.4 system during each provisioningTony Sarajärvi2018-04-061-1/+0
| | | | | | | | | | | Yum update doesn't only fetch the repository data. It also runs a distro upgrade. So if something gets updated that isn't compatible with us, it breaks. It also slows down the provisioning a lot. Change-Id: I27136bc572fbce5410b82ff9574cf85bf89e3100 Reviewed-by: Joni Jäntti <joni.jantti@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Add VC build tools to Windows 10 x86 templateJoni Jantti2018-04-061-1/+1
| | | | | | | These tools were missing from the installation. Change-Id: I627b28a6f9373df708952e22a7f404b8dbce6239 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Add a clean installed Win10_x86 for RTAJoni Jantti2018-04-053-1/+3
| | | | | | Task-number: QTQAINFRA-1842 Change-Id: I0334d74055690c7f850fd105fe008d11a8e57b8c Reviewed-by: Matti Paaso <matti.paaso@qt.io>
* Provisioning: Win8.1 - Add jom for RTAJoni Jantti2018-03-302-0/+2
| | | | | | | | Jom is required by RTA. Task-number: QTQAINFRA-1895 Change-Id: Iec99a91d2a48c4c6ef49829e4f05baa90d1a96e0 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Add SeparateDebugInfo for linux releaseMiikka Heikkinen2018-03-281-1/+1
| | | | | | | Task-number: QTQAINFRA-1688 Change-Id: I3557ac1e2bb6964278f381736f87e6fd3304744b Reviewed-by: Aapo Keskimolo <aapo.keskimolo@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Install an android virtual device for testingFrederik Gladhorn2018-03-261-0/+6
| | | | | | | The goal is to run tests on the AVD eventually. Change-Id: I7ac887661497b5169c154ef8b0264ef07749a36a Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* Reduce wget verbosity when downloading qnxFrederik Gladhorn2018-03-261-1/+1
| | | | | | | | | | The default style gives 1 KiB dots, 50 KiB per line, and the file is 567 MiB (~11600 lines). Reduce it to 1 MiB per dot and 32 MiB per line (~18 lines). Change-Id: Id181eee63313a4ad486af6c4752de0ed9ed5f7b6 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
* Provisioning: Remove Java update from windows startup itemsHeikki Halmet2018-03-221-0/+3
| | | | | Change-Id: Iec709c9c42840910ab0dd98634c200d2aba8f7bf Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Install Python 2.7.13 to RHEL with pipTony Sarajärvi2018-03-221-2/+5
| | | | | | | | | | | | System's default Python is 2.7.5 and doesn't come with pip at all. To install its pip, it would require us to enable the EPEL repository and install it from there. The repos we use already include Python 2.7.13. If we install that we get pip as well. Change-Id: I083a970697a962ddb301616695c2cf419f1229f8 Reviewed-by: Simo Fält <simo.falt@qt.io>
* Provisioning: Win7_x64 - Add Squish 6.3.0 win64 msvc12Joni Jantti2018-03-221-0/+1
| | | | | | | | This package is required by RTA. Task-number: QTQAINFRA-1878 Change-Id: I0496445880f838de34ffd53f72fa05e0f0b0be58 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: refactor squish installTony Sarajärvi2018-03-221-66/+33
| | | | | Change-Id: I18e5f8f5d92cff5af2335cc5ac4cf571d27224ac Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Remove duplicate python-devel provisioning from RHEL 7.xTony Sarajärvi2018-03-221-1/+0
| | | | | Change-Id: I445135d675fa6b5cb305f6aadf5b754ab248a1ff Reviewed-by: Simo Fält <simo.falt@qt.io>