aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Provisioning: Update Xcode version to 14.1Heikki Halmet2022-11-186-13/+13
| | | | | | | | Command line tools are also updated Change-Id: Ic1d0882d395e014a4f33ed139c90800b3ba71cbf Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit 20c8f11006154b9e241ca202bb3954f4aceed3d3)
* Provisioning: Disable application reopen after rebootSimo Fält2022-11-184-0/+61
| | | | | | | | | This is required with physical Mac machines. Task-number: QTQAINFRA-5094 Change-Id: Ic1fad436d76d04e1dbce778f57bb69d8124548e7 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit c58560db14dab0911ec36bfc3dd8e39789294183)
* Add provisioning for ARM macOS 13 betaVille-Pekka Karhu2022-11-1846-1/+1157
| | | | | | | Task-number: QTQAINFRA-5066 Change-Id: I0ff36bea066b51e086b10b817769ca3f22190201 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit c310e9709706b14c408f5184cb8184faad72dd65)
* Fix ffmpeg build on windows CIArtem Dyomin2022-11-181-1/+1
| | | | | | | | | | | | | | | | | | Ffmpeg was not compiled because of failed yasm installation on msys2. The installation failed due to checking pgp signatures. Current fix adds keys refreshing that fixes the problem (checked on CI and on local machine) Note, currently the ffmpeg build works with msvc and mingw, additional settings for llvm should be added in next commits. Build example: https://testresults.qt.io/coin/integration/qt/qtmultimedia/tasks/web_qt_qtmultimedia_1667916985085 Change-Id: Iff305e896bfb382c0c4030235cc2ad942cbbc002 Reviewed-by: Lars Knoll <lars@knoll.priv.no> (cherry picked from commit bc5662c0500cd9c3aa57b3d295a7d885ed09e3f1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Remove MSVC 2019 build tools updateHeikki Halmet2022-11-171-3/+5
| | | | | | | | | | | Running vsinstaller twice seems to cause problems. Second installation get stuck and it can't be used again. Seems like somethin get corrupted. Task-number: QTQAINFRA-5090 Change-Id: Ic638879ea2f70bc74c028bff24daceb50e98480d Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit 2a7c08f591f613670fe2c4733992dd76230559c5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Make macOS 13 Apple Silicon test significantTor Arne Vestbø2022-11-161-2/+2
| | | | | | | | Task-number: QTBUG-104210 Change-Id: Ib75931616718406d1dd8a2476f8566ef15257d4a Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 7db5511fe6a9889bb4ab353df10189b8d8120aa6) Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
* Add macOS 13 on Apple Silicon as insignificant platform (for now)Tor Arne Vestbø2022-11-151-0/+12
| | | | | | | | | | Task-number: QTBUG-104210 Change-Id: Ic9f6a1b0a93e762a643fb98d31d1a3b82bdd61ea Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> (cherry picked from commit 2586e0f3bd07d1107e8762e0cf4902a0c12b06e1) Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
* Update submodules on '6.4 in qt/qt5'Qt Submodule Update Bot2022-11-1239-0/+0
| | | | | Change-Id: I9ffd16dcb68b7bb5d8c1b996c9609831c5611e74 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* wasm: Add actual emscripten installation to path in coinDavid Skoland2022-11-091-4/+7
| | | | | | | | | | | | I'm not sure where the emscripten-$version came from, maybe that's how it used to be? In any case, in the current version (3.1.x), the installation folder is in upstream/emscripten, so add PATH there to access all emscripten utils. Change-Id: I648feae21bc5caecc3f0bf0a7d16238680a85590 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io> (cherry picked from commit 4a6f43ed8d4abdd4e862a65aded02a8f000d7238) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add openSUSE LEAP 15.4 (KDE) to CIHeikki Halmet2022-11-0525-6/+668
| | | | | | | | | | | | Graphichs Platform: X11 (System default) in image with suffix 50 Graphics Platform: Wayland (Plasma (Wayland) in image with suffix 51 Task-number: QTQAINFRA-5049 Change-Id: If4b208bc12bd272c757aac61ffc9ef7a88df8f7c Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 9c21dd75d264b349621ff2093dae36aeb2032161) Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Qt6: Build wasm target binaries only onceJani Heikkinen2022-11-031-27/+1
| | | | | | | | | Wasm will be built only in linux and those same binaries will be used also in macOS and Windows. Change-Id: If94098df624ab718491b9407c456d75ce7c7b117 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit a4db1a62b859ee194eda6e6c7956bcf795004715)
* Provisioning: Fix for checking the installed Android openssl versionHeikki Halmet2022-11-021-1/+1
| | | | | | | Change-Id: I2b180772da0e16aa69c7044eacc9c8ee617c6217 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 1a91aa20ac89d60f308bc6762e1de900f300a56c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Build static FFmpeg library on macOSPiotr Srebrny2022-11-0212-7/+141
| | | | | | | | | | | | | | | | | This patch modifies linux/ffmpeg-install.sh to work also for macOS. The FFmpeg libraries are installed under /usr/local both for Linux and macOS. Since macOS x64 does not have the lzma lib for arm64 architecture installed by default, I disable this libraries for FFmpeg. This only affects the TIFF image decoder that we do not use. Added the execute permission to the ubuntu scripts. Change-Id: Ib8623c6a9bcdd24c89045ede0494839fb9cd2ecc Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit 51c663d171ce261e01d98e7c019460f6db0d220f) Reviewed-by: Lars Knoll <lars@knoll.priv.no>
* Provision FFmpeg library for QtMultimedia pluginPiotr Srebrny2022-11-0210-9/+221
| | | | | | | | | | One of the QtMultimedia backends is implemented using FFmpeg. This provisioning enables building and testing of this backend. Change-Id: Ia196c2ae4b457aa6b8e3ee8e0f367197aadfe0d9 Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commit a273e9f11c8c0fdcd354b69ce7e113e4e0d45df9) Reviewed-by: Lars Knoll <lars@knoll.priv.no>
* Update submodules on '6.4 in qt/qt5'Qt Submodule Update Bot2022-11-0239-0/+0
| | | | | Change-Id: Ied862aad99691d5fc0655e45c3d55ff2242f9043 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Nightly builds: Add NON_QTBASE_TARGET_CMAKE_ARGS to qnx windows targetHeikki Halmet2022-11-011-0/+1
| | | | | | | | | | Other modules don't include needed flags Change-Id: Id4525fa9887afff2ee6baed64f217167f545a2f5 Reviewed-by: Tommi Mänttäri <tommi.manttari@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit c383d0fc91b9de00aca0c8e9216e53ee234ab662) Reviewed-by: Simo Fält <simo.falt@qt.io>
* Update LLVM MinGW to 15.0.0Tony Sarajärvi2022-10-303-20/+20
| | | | | | | | Task-number: QTQAINFRA-5214 Change-Id: I5ae09182dfbafdeaa8d23acf3d7c9cca0ca5f108 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit da78e8832df2304adb6312805a6cc6d2fa5995fb) Reviewed-by: Cristian Adam <cristian.adam@qt.io>
* Update submodules on '6.4 in qt/qt5'Qt Submodule Update Bot2022-10-2639-0/+0
| | | | | Change-Id: I8165809c56c7b5f3f86b835d48740c8fd9060024 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Remove qmake configuration option from qtsaferenderer.yamlTeemu Holappa2022-10-211-4/+4
| | | | | | | qmake options is not supported in 6.4. Change-Id: I421aebf8e67a19de4b9b6ae2b6addb5afaf004b7 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Make qtmultimedia depend optionally on qtquick3dPaul Olav Tvete2022-10-211-1/+1
| | | | | | | | | Needed for spatialaudioquick3d. Change-Id: I2bbfe1a23622deb90e7641b322ad9eac3ae4a112 Reviewed-by: Daniel Smith <Daniel.Smith@qt.io> (cherry picked from commit 64a715e8bea2f1539ecd0f67856a7f9affbee11f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update build configuration to Ubuntu 20.04 in qtsaferenderer.yamlTeemu Holappa2022-10-211-1/+1
| | | | | | | | Ubuntu 18.04 is not supported in 6.4 branch. In this commit. the machine template is changed from 18.04 to 20.04. Change-Id: I286176dd2b2fd3cbc13821882e411c227eb8d360 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* Update submodules on '6.4 in qt/qt5'Qt Submodule Update Bot2022-10-2139-0/+0
| | | | | Change-Id: Ia5f76c86000658a5b389b3e5389866f21fcd8c36 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Add platform configs for Qt Insight TrackerSamuli Piippo2022-10-201-0/+3
| | | | | | | Change-Id: I5818b94e0c3cc706ca87935b7292714c1313a641 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit d3857df3b207178b4ab97fcfd83c8189e29c4601) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update submodules on '6.4 in qt/qt5'Qt Submodule Update Bot2022-10-1939-0/+0
| | | | | Change-Id: Ib9e7ec347375dd142f866ed9e86bde0660659614 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update submodules on '6.4 in qt/qt5'Qt Submodule Update Bot2022-10-1839-0/+0
| | | | | Change-Id: Iccf5a1be4a245c6efaeb5b9fdeb21701ad0c2f6e Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update submodules on '6.4 in qt/qt5'Qt Submodule Update Bot2022-10-1739-0/+0
| | | | | Change-Id: Ic47ea2c06c74df2dce40303c05f37d7f7a45f5b1 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update GHS compiler version to v2022.1.4Tatiana Borisova2022-10-151-2/+2
| | | | | | | | | - the latest patch_20196 (UTF-16 fix) is applied Change-Id: I0324c635b594f2a79604a36f962cca82e8a5de97 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 52d2df3a614ff40e31cca2c0e5d12649ca9881e0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update submodules on '6.4 in qt/qt5'Qt Submodule Update Bot2022-10-1539-0/+0
| | | | | Change-Id: Icff651f7bcc1820b3a867dd100b361d5505933be Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Remove stray first line from provisioning scriptEdward Welbourne2022-10-141-1/+0
| | | | | | | | | Having a blank line before the shbang makes the shbang not work. Change-Id: I523c4eab8746da2b898eacf3f54f73d63dbd2786 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 74fc1bcaec3e0f6954f9254c0ba48a31002dcc89) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: update Squish 7.0.1Johanna Äijälä2022-10-142-22/+22
| | | | | | | | | Update Squish to 7.0.1, include versions with Qt6.3 and 6.2 support. Change-Id: I2bd7cd51a41befdbf2ef242eb72c2c2add84f733 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 6754cb362a08cdb1a4a098bde9a6cde0f81c6c44) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update macOS11 (105) and macOS12 (105) templatesJohanna Äijälä2022-10-147-13/+13
| | | | | | | | | | Use templates which have Accessibility enabled for Squish. Task-number: QTQAINFRA-3559 Change-Id: I9538ea48791ea81738a41b1e101552cfc3bd454b Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> (cherry picked from commit 3e380e35b038405b4524cf704183e9b82348626e)
* Use updated macOS 12 tier1 image with AndroidHeikki Halmet2022-10-141-1/+1
| | | | | | | | | | | Use templates which have Accessibility enabled for Squish. Task-number: QTQAINFRA-3559 Change-Id: If3c1a68a475149efdeb3bfd19efd6edaea411167 Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io> Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> (cherry picked from commit d45c78212ac91af4c11974c6dd126e5252c0e476) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update submodules on '6.4 in qt/qt5'Qt Submodule Update Bot2022-10-1339-0/+0
| | | | | Change-Id: I7f8d6649b6c7b21c11c2232b35a3d2bb2a9b5e6d Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update submodules on '6.4 in qt/qt5'Qt Submodule Update Bot2022-10-1139-0/+0
| | | | | Change-Id: I8cd8206872f39c32e16493cd868bdc22146a305f Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update submodules on '6.4 in qt/qt5'Qt Submodule Update Bot2022-10-0640-0/+0
| | | | | Change-Id: Ibdff4f1df0a980ee8accde8fca93bdf6d986bcce Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update submodules on '6.4 in qt/qt5'Qt Submodule Update Bot2022-10-0439-0/+0
| | | | | Change-Id: I554589d98fb896658c61bc24d87984244fa174be Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update submodules on '6.4 in qt/qt5'Qt Submodule Update Bot2022-09-3039-0/+0
| | | | | Change-Id: I93b26a7acf8a8de4f4d10f5a8fe206393429b63f Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update submodules on '6.4 in qt/qt5'Qt Submodule Update Bot2022-09-2939-0/+0
| | | | | Change-Id: I203910986338cbb6c71f1abd6550dcac5a6bf156 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Remove unique Android configuration from qtdeclarative.ymlVolker Hilsheimer2022-09-291-2/+1
| | | | | | | | | | | | | | | | | | The configuration is not used to test qtbase, so dependency updates might fail if changes already in qtbase do not pass when then updating dependencies of qtdeclarative. This happens right now in https://testresults.qt.io/coin/integration/qt/qtdeclarative/tasks/1677711115 If we want to enable this configuration anywhere we need to add it to qtbase, or ideally the default list of platforms in cmake_platforms.yaml. Change-Id: I3f5614d34def41caf1747a5f8094bac3aa2d9e2b Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit 905a2a9571e97e703d734793882fe586e9220b77) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update submodules on '6.4 in qt/qt5'Qt Submodule Update Bot2022-09-2839-0/+0
| | | | | Change-Id: I298d1641fafd439a101f6625b3af36c032101ebc Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Coin: Fix includes in tqtc-android-automotive configurationAssam Boudjelthia2022-09-281-5/+1
| | | | | | | | | | This broke after 8899244b8c08ad93b9d090436a043ca4e009d2d0 which unified the Android targets into one config file. Change-Id: I9b24973ddf716f97e72d152387365c35405e0502 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 9e9f3e513b6c7d8ef211ed73042a20859737543a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Build android target binaries only onceJani Heikkinen2022-09-274-146/+17
| | | | | | | | | | | | - android armv7 is build only in windows - android arm64 is build only in mac - android x86 and android x86_64 are build only in linux Task-number: QTBUG-101357 Change-Id: Ibfbd2e3c6d5d3a7a52dde3b35ca6c23eddf4b2f1 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 8899244b8c08ad93b9d090436a043ca4e009d2d0) Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Precheck: Fix macos android includeToni Saario2022-09-271-1/+1
| | | | | | | | | This broke after 8899244b8c08ad93b9d090436a043ca4e009d2d0. Change-Id: I5cfdb2e94c8b170faba52631d9ee52cdcf7e0b36 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 5e24ed72b08c46611150101eb947e1c565674672) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update submodules on '6.4 in qt/qt5'Qt Submodule Update Bot2022-09-2739-0/+0
| | | | | Change-Id: If3d82b9510d78730fdbf7a3580d46bf760150dea Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* Update Git versionHeikki Halmet2022-09-262-8/+8
| | | | | | | | | | | | | | | We need newer ssh for RTA use. Current version has problem with ConnectTimeout: https://github.com/PowerShell/Win32-OpenSSH/issues/1352 Latest git version comes with OpenSSH version 9.0p1 from which this should be fixed. Task-number: QTQAINFRA-5038 Change-Id: I5aac1db22b1145163ee947537b363a94b86d094d Reviewed-by: Timo Lahti <timo.lahti@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 825736dd7add1d7398c0d728509afe6a7ca439dc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Add Java 11 to Ubuntu20.04Johanna Äijälä2022-09-261-0/+2
| | | | | | | | | | Needed by RTA when compiling Android applications, minimum required Java is 11. Change-Id: I9a64e8de322a576d5d94593b5666d72afea8744f Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit db6876309416dac3118d192cd4263a51bfa00adc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Support multiple Android NDK versionsHeikki Halmet2022-09-2312-304/+324
| | | | | | | | | | | | | | | | We need to verify latest Android NDK version in all Qt6 branches and we need to retain the NDK version we had when the specific branch was released at the first time. Verification of the latest NDK will be done during integrations in 'dev' branch and with older brances it will be done using nightly build targets Task-number: QTQAINFRA-4990 Change-Id: I2a96e419d403820f55f4244230c28ad09dc9095b Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 8a72b1de996012d8ccfa59578579f08f1061c6fe)
* Run bic testsToni Saario2022-09-223-2/+35
| | | | | | | | | | The way of running bic tests has changed. Now tests need to be run on qt5 level where all modules are present and intermodule includes can be handled. Task-number: QTBUG-100698 Change-Id: Ic68c019988718485201602f279530c501f6e6ba3 Reviewed-by: Simo Fält <simo.falt@qt.io>
* Remove dummy test instructionsToni Saario2022-09-221-4/+1
| | | | | | | | | These cause Coin to spawn VM for setting one env variable. Change-Id: Ie782edc11382dace7a22ac16b1c58a2e9d26905f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 2056362e2678f5de220665b8053579760720b72e) Reviewed-by: Simo Fält <simo.falt@qt.io>
* Provisioning: Install Node.js for SLES 15Heikki Halmet2022-09-212-0/+5
| | | | | | | | | WebEngine requires node.js version 12 or later Change-Id: I9ff5ebbfcaf328445149e6d0b95e02dd0febf5c3 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> (cherry picked from commit bf1c196e41b1ecba73b80160088153645bee6b2d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>