aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Drop builds done with VS2013Tony Sarajärvi2018-01-055-141/+0
| | | | | | | | Task-number: QTQAINFRA-1390 Change-Id: Id3de3706466508cdbfc586b2a39d96083e8434e5 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Tuukka Turunen <tuukka.turunen@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Windows 10: Enable developer modeOliver Wolff2018-01-053-0/+7
| | | | | | | | | In order to be able to run auto tests for UWP, developer mode has to be enabled. Change-Id: I4f20fb8d694d5148b7f976c1ef4bb23ff2fb57ba Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Update FreeOpcUA versionMaurice Kalinowski2018-01-031-1/+1
| | | | | | | | | This should fix the latest failures for FreeOpcUA unit tests. Change-Id: I0a176d300336b208ebcd8f27b4b6218b7f538f5c Reviewed-by: Jannis Völker <jannis.voelker@basyskom.com> Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
* Apply path changes to running processMaurice Kalinowski2018-01-031-0/+1
| | | | | | | | | SetEnvironment only applies changes to PATH for new processes. Currently the provisioning runs the scripts in one process, hence changes are not applied when they are already needed. Change-Id: I82a360686651a57e5c94330a9b56671fca1493e5 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Fix open62541 provisioning on LinuxMaurice Kalinowski2018-01-031-1/+1
| | | | | | | | | pip is an unknown command in the sudo environment. Change-Id: Ia59c0b98eac6c3d22b8a452988abe17df6a83909 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
* Update submodules on 'dev' in qt5Qt Submodule Update Bot2018-01-013-0/+0
| | | | | Change-Id: If27f8d737219311944dccb795e70c1061817b965 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Revert "Temporarily remove two platforms from the qt5.git build"Lars Knoll2017-12-301-2/+2
| | | | | | | | | | This re-enables all platforms we should be testing on, after having resolved the deadlock between qtbase and declarative. This reverts commit 62efcd0c0abf809809aa01a3e8e3e19a7462d2c7. Change-Id: I2bcc34ad2d00036cc8ed37badbca67d4e68f5eac Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Update submodules on 'dev' in qt5Lars Knoll2017-12-302-0/+0
| | | | | Change-Id: I7bef606c5610c1235d3893a1330d82ed0137259b Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Update submodules on 'dev' in qt5Qt Submodule Update Bot2017-12-2911-0/+0
| | | | | Change-Id: Ic5a5a6acb55c5d5bac5ef7146c12c699a2b99948 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Temporarily remove two platforms from the qt5.git buildLars Knoll2017-12-291-2/+2
| | | | | | | | | | | | This is required to get a qt5.git update through, where we're having a catch22 problem. Current qtbase in qt5.git gives compile errors on some of the tested platforms, while qtdeclarative has test failures due to (correct) changes in qtbase. So we can't merge the fix for declarative without updating qt5.git, and we can't update qt5.git without having that fix merged. Change-Id: I87f79f6312a6ee2226aeb7b6868fd280ab087bcc Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Provisioning: Clean and move Win8 mqtt scripts to Win8.1Joni Jantti2017-12-272-1/+0
| | | | | | | | mqtt scripts need to be moved to Windows 8.1 directory from Windows 8. Change-Id: Idc1b116f608e8cc8ae0a37713661d35b55b26a3a Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Move open62541 from RHEL 7.2 to RHEL 7.4Joni Jantti2017-12-271-0/+0
| | | | | | | | | | 5.10 -> dev merge switched from RHEL 7.2 to 7.4 and the open62541 provisioning script was left behind to the RHEL 7.2 provisioning directory. Task-number: QTQAINFRA-1666 Change-Id: I5c325dae63cb14a9935ddce5f3f751bd62df0ba2 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
* Drop QNX 6.6.0 verification from the CITony Sarajärvi2017-12-279-169/+0
| | | | | | Task-number: QTQAINFRA-1378 Change-Id: Icc5fb21b6430c916ceecb8d5a504d40938931b06 Reviewed-by: Simo Fält <simo.falt@qt.io>
* Revert "Temporarily disable android build on macOS 10.12"Liang Qi2017-12-211-0/+2
| | | | | | | | | | Bring android build on macOS back. This reverts commit b6249e89fad8c31a1ae4b6be4b8342cc5d9f947d. Task-number: QTQAINFRA-1660 Change-Id: I510894cf6bdc7089fea140e3702e5246a6617787 Reviewed-by: Liang Qi <liang.qi@qt.io>
* Fix Android provisioning scriptSimo Fält2017-12-211-1/+1
| | | | | | | | | We have to accept extra license to enable installing all required packages. Task-number: QTQAINFRA-1660 Change-Id: Ifae45ce36b5739cea5124eae04e08472ebe9414a Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Revert "Temporarily ignore qtcanvas3d"Liang Qi2017-12-201-1/+1
| | | | | | | | | | QtCanvas3D adapted to new internal api in qtdeclarative. This reverts commit 146bda6468f966f64b3cc26a800798507154ef0d. Task-number: QTBUG-64766 Change-Id: I709cb8856b674edc1a7d3217fdf68cbe8aca1608 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Update qtcanvas3d onlyLiang Qi2017-12-201-0/+0
| | | | | | Task-number: QTBUG-64766 Change-Id: I2ae55f0f4e38ffb98964f960c323334a9049936f Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Temporarily disable android build on macOS 10.12Liang Qi2017-12-201-2/+0
| | | | | | | | Need to be re-enabled when correct fix landed. Task-number: QTQAINFRA-1660 Change-Id: Ifefb019016322ebf2e7c4ec9320e58555c6918e0 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Temporarily ignore qtcanvas3dLiang Qi2017-12-201-1/+1
| | | | | | | | qtdeclarative changed internal API. Task-number: QTBUG-64766 Change-Id: I7a0bbcaf121bf852fc028be275e82a5658c132a0 Reviewed-by: Liang Qi <liang.qi@qt.io>
* Update submodules on 'dev' in qt5Liang Qi2017-12-2042-0/+0
| | | | | Change-Id: Ia91b548e08a7d84f47116b79265618ff9d4d8005 Reviewed-by: Liang Qi <liang.qi@qt.io>
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-14137-489/+1545
|\ | | | | | | | | | | | | Conflicts: coin/platform_configs/qt5.txt Change-Id: I9ad5a004544bf2f368ee1aaad247c4db3b36b162
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-111-2/+2
| |\ | | | | | | | | | Change-Id: Ica3e7340f572140020318c6e22397fad393f9b15
| | * Fix syntax error - not use comma in platform_configsLiang Qi2017-12-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | ammends d9f2fe1b7f9b90815b4056c89ec2f670ff12180f Task-number: QTQAINFRA-1636 Change-Id: I92d0af1c62f4c6da92fce1a00d7a2b60055ce8dd Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| | * Update submodules on '5.9' in qt5Qt Submodule Update Bot2017-12-116-0/+0
| | | | | | | | | | | | | | | Change-Id: Ib3d4ff60bd232362ca0cf1ad455f09c83643387d Reviewed-by: Liang Qi <liang.qi@qt.io>
| | * Add NSS to RHEL 7.4Allan Sandfeld Jensen2017-12-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Needed by QtWebEngine Change-Id: I66a737457cb9dd5f2cc53d64f639037926a560ca Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry-picked from 9a9d798ce44ae6a77d408e44dd61fa5a5e07b99f) Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-0914-78/+113
| |\| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: coin/platform_configs/qt5.txt coin/provisioning/common/install-commandlinetools.sh coin/provisioning/qtci-linux-RHEL-7.4-x86_64/004-install-packages.sh Change-Id: I3b20cda2b35412fd708295e4f9e32cd2d7d638fb
| | * Add missing name prefixes for Win7 provision scriptsJoni Jantti2017-12-093-0/+3
| | | | | | | | | | | | | | | | | | | | | The prefix numbers were missing for Ruby and QNX patch scripts. Change-Id: I687b244c4657e17c32f0cc8221d3fb0ad3c5578d Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| | * Remove provisioning scripts from non existing platformTony Sarajärvi2017-12-092-2/+0
| | | | | | | | | | | | | | | | | | Change-Id: I01ecb0a9d4050b88fc5010f5a31baa6e776c1848 Reviewed-by: Joni Jäntti <joni.jantti@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
| | * RHEL7.4: install packages in one yum instanceJoni Jäntti2017-12-091-52/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently we are opening and closing a yum instance for every package we install during provisioning. This is a bit inefficient so it's better to install them in one go. Task-number: QTQAINFRA-1586 Change-Id: Idbf814f9023da0fe8213b2ed84cd1a27a149fc27 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| | * Fix mesa_llvmpipe provisioning script for x64 WindowsJoni Jäntti2017-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | This script doesn't extract the dll to System32 on a x64 system. Calling "sysnative" doesn't seem to work with the custom function being used. Change-Id: Iea734a400d8c095ea2e3fe54f38e4756fba406f9 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| | * Provisioning: Install signing tools to WindowsHeikki Halmet2017-12-091-0/+44
| | | | | | | | | | | | | | | | | | | | | Signing tools are needed when signing offline installers Change-Id: I98f12e3fdf01d273dff5fda0c2e34707174c6eae Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| | * Move INTEGRITY build from qt5 to defaultLiang Qi2017-12-082-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Many failures in qtbase on INTEGRITY happened recently. Change-Id: Ic55259e694961a53199d30f095159728207f8824 Reviewed-by: Kimmo Ollila <kimmo.ollila@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| | * Add b2qt developer build for qtbaseLiang Qi2017-12-081-0/+4
| | | | | | | | | | | | | | | | | | | | | Because we had enabled this for qtdeclarative before. Change-Id: I1efd438ebf51b2e632d3f8f39bd707e7eb5a282e Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| | * Update ICC compiler from 2018 to 2018 update 1Tony Sarajärvi2017-12-081-4/+4
| | | | | | | | | | | | | | | | | | Change-Id: I2e44c98114afe559e4490d9b9ec3e1d19d7f4696 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Liang Qi <liang.qi@qt.io>
| | * Install command line tools for osx 10.11 and macOS 10.12Heikki Halmet2017-12-083-0/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Command line tools is needed by homebrew when installing p7zip Task-number: QTBUG-64729 Change-Id: Ia13838e3f5845351cb682c7d25127c8f36172d3b Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit beb73056c30445c5236c7bbb12248bfa0939cb4a) Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| | * Update submodules on '5.9' in qt5Liang Qi2017-12-057-0/+0
| | | | | | | | | | | | | | | Change-Id: I5f68733c3c00ae4c2d1d23898552c1d2f91dee14 Reviewed-by: Liang Qi <liang.qi@qt.io>
| | * Update submodules on '5.9' in qt5Qt Submodule Update Bot2017-11-306-0/+0
| | | | | | | | | | | | | | | Change-Id: I133cfe933eb47073931c183fa56c540c06471ad6 Reviewed-by: Liang Qi <liang.qi@qt.io>
| | * Update submodules on '5.9' in qt5Qt Submodule Update Bot2017-11-3035-0/+0
| | | | | | | | | | | | | | | Change-Id: I9938183f8c87a6bd34989c37045b5df8803b15d0 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| | * Provisioning: Install bluez-libs-develHeikki Halmet2017-11-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | bluez-libs-devel is needed to enable Qt Bluetooth Task-number: QTBUG-64782 Change-Id: Ie668a44463307c7089bb96a087acab04c27dd3a0 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| | * Fix indentation in platform configurationsTony Sarajärvi2017-11-302-14/+14
| | | | | | | | | | | | | | | Change-Id: Id4a7bec02b0ee1156e80667538a29ca2baf4cfed Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
| | * Add missing shbang to cmake provisioning scriptEdward Welbourne2017-11-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | It was given execute permissions when renamed recently; but the bash-isms in it will only work with that if it uses bash. Change-Id: I61468257210ba586fdaf1e79531bae0492f9e8ae Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| | * Update submodules on '5.9' in qt5Qt Submodule Update Bot2017-11-217-0/+0
| | | | | | | | | | | | | | | Change-Id: I60dd3f3e809e3c82bc3216948e8a487c77ebb890 Reviewed-by: Liang Qi <liang.qi@qt.io>
| | * Update submodules on '5.9' in qt5Qt Submodule Update Bot2017-11-1714-0/+0
| | | | | | | | | | | | | | | Change-Id: I1784fb95e461ceba61f8a91a410407f43116631b Reviewed-by: Liang Qi <liang.qi@qt.io>
| * | Update submodules on '5.10' in qt5Qt Submodule Update Bot2017-12-0936-0/+0
| | | | | | | | | | | | | | | | | | Change-Id: I428bbebe2b5e86e6ed7150080ab3ced2a6077fb8 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org> Reviewed-by: Liang Qi <liang.qi@qt.io>
| * | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-049-7/+215
| |\ \ | | | | | | | | | | | | Change-Id: I8d8c6b21a68caf28913934141f6b1f98be0ff369
| | * | Provisioning: Install Devtoolset-4 to Rhel 7.4v5.10.0-rc3v5.10.0Heikki Halmet2017-12-012-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gcc need to be downgraded from 6 to 5, because Gcc 6 is too new for the latest Ubuntu LTS (16.04). This means Devtoolset-4 need to be used instead of Devtoolset-6. Task-number: QTBUG-64820 Change-Id: I2601aaaff5f3bbbadd867105fd4155239ab89825 Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
| | * | Update submodules on '5.10.0' in qt5Qt Submodule Update Bot2017-12-012-0/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I398ac279c6a6065e12c953ae129cfcc98e37388a Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| | * | Provisioning: Install bluez-libs-develv5.10.0-rc2Heikki Halmet2017-11-291-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bluez-libs-devel is needed to enable Qt Bluetooth Task-number: QTBUG-64782 Change-Id: Ie668a44463307c7089bb96a087acab04c27dd3a0 (cherry picked from commit 9b722f9df91c4f7a6ca24d3ad18e68e3a76b137b) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| | * | Update submodules on '5.10.0' in qt5Qt Submodule Update Bot2017-11-296-0/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I97468b13eeba051ff2c59162dfb3855a2c8e838e Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| | * | Update submodules on '5.10.0' in qt5v5.10.0-rc1Qt Submodule Update Bot2017-11-266-0/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I305d3f429ad7cc3650c26640b4da6077afc796af Reviewed-by: Liang Qi <liang.qi@qt.io>