aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning
Commit message (Collapse)AuthorAgeFilesLines
* Provisioning: Add 64 bit Mingw to coin as packaging targetSimo Fält2018-06-063-0/+32
| | | | | | | | | | | | Change will provision DirectX SDK with enabler DotNetFramework also, so that configure for MinGW will detect ANGLE correctly. The DirectX headers and libs will be in two location, while those are installed with MSVC also. Task-number: QTBUG-35288 Change-Id: I04ca71a73b22cd4eb27987a368cd9ede03b0e437 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Install 32 bit python to 64 bit windowsSimo Fält2018-06-018-20/+43
| | | | | | | | | | | In order to create 32 bit Pyside wheels we have to be able to link Pyside against 32 bit python. While 32 Qt build is done in 64 bit Windows Pyside must follow. Task-number: PYSIDE-646 Change-Id: I30855d4cecd6bc6219021216e9c296d28c56b405 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Provisioning: Remove broken proxy setup from RTA 32-bit Windows 10Joni Jantti2018-05-292-2/+0
| | | | | | | | | Currently the proxy disabling script on 32-bit Windows breaks the internet settings, preventing browser usage for example. Change-Id: I77282f0d929a6223ceafd3b648d2e2a7b16186c9 Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Update winrtrunnerOliver Wolff2018-05-281-3/+4
| | | | | | | | | | | | | A newer build of winrtrunner is needed. It is built from dev and contains fixes related to handling of test output (most importantly 044e9ad878ed1cf0ace0a9260b55cc94c71a294d). To make the script more stable, the newer version of winrtrunner was also copied to ci-files01, so that an alternative download location can be offered. Change-Id: I6a429aa3292266067756ce7ba3553088dc168197 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
* Remove hardcoded download pathMaurice Kalinowski2018-05-2512-11/+23
| | | | | | | | | | | | | Previously all files got downloaded to a hardcoded path, including the username for the CI machines. Usually, it does not fit the username of a local development machine, complicating to reproduce bugs. Introduce Get-(Default)DownloadLocation functions in helpers to specify the default download location. This helps to run the provisioning scripts on a local machine. Change-Id: I761a92bf5e3e774358756a95dddb9a5d6ee54db9 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Provisioning: Update Open62541Maurice Kalinowski2018-05-251-1/+1
| | | | | | Change-Id: I04d8dfed982c68efb83f28a2f34f8632e3a66312 Reviewed-by: Jannis Völker <jannis.voelker@basyskom.com> Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
* Restore clang version 4.0 to RHEL 6.6Simo Fält2018-05-211-0/+43
| | | | | | | | | Libclang is required for Pyside to compile, so dropping it totally would block Pyside development. Change-Id: I9c0deb3f0457f97bc4c36179971d49d58ca244a6 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Liang Qi2018-05-182-0/+13
|\ | | | | | | Change-Id: Ifa6c63ef62e339b90e571b13c73addaa17d7af4e
| * Fix linking of qdoc against an external libclang (part 1)Simon Hausmann2018-05-142-0/+13
| | | | | | | | | | | | | | | | | | | | | | This is the qt5 part of the fix for the task. For the special version of libclang we hacked together that allows static linkage, set an environment variable that the mighty qdoc build system can utilize to activate the release packaging specific linkage. Change-Id: Ie340955214585329fe8fd3bc790e3cd6c6be42f9 Task-number: QTBUG-68178 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
* | 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>
* | 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 a clean installed Win10_x86 for RTAJoni Jantti2018-04-052-0/+2
| | | | | | 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>
* 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>