aboutsummaryrefslogtreecommitdiffstats
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* Disable LSO from the network adapters on WindowsTony Sarajärvi2021-10-065-0/+5
| | | | | | | | | | | Disabling LSO from the adapter gives us huge performance boosts on Windows. In our tests 2 VMs within the same hosts had transfer speeds of 30 Mbit/s with this enabled, and 2Gbit/s with this disabled. Change-Id: Id794e7559c9e9005043361289a3db246a8528dd4 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 97aa7a0031cc681915aa2f56545a175f8b4d112d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* 08-pythondev build should not execute external script in SLES 12Heikki Halmet2021-09-231-6/+39
| | | | | | | | The important bits of the script were copied and modified. Change-Id: I5766646d00cb4ff93ca93d80c2e7d97f11521418 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
* Provisioning: Disable RunTime brokerHeikki Halmet2021-06-291-0/+4
| | | | | | | | | | | On some cases RunTime broker might eat huge amount of CPU Change-Id: Ie01b4e1a48e2f9e7e0deb9970160ffc92854d79b Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Dimitrios Apostolou <jimis@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 3444b91634c5e57ab569700fd1bed45c487c7dd1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Fix nodejs installationHeikki Halmet2021-05-251-2/+2
| | | | | | | | | Task-number: QTBUG-93178 Change-Id: I27f4b1aa6f382cb6c9cc97f960fe1d0b81e47fbd Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 9e0334389bba4795f765812474632744a91476f4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Temporary fix for installing Conan packages in WindowsHeikki Halmet2021-05-164-146/+18
| | | | | | | Task-number: QTQAINFRA-4443 Change-Id: Iba4b240edaf4a3ec8732ddbe1ae4ac5c1166b676 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 99a81d0c6c4b3f8b5045d3b93f74b3cade64ab11)
* Provisioning: Upgrade OpenSSL version to 1.1.1kHeikki Halmet2021-05-164-12/+12
| | | | | | | Change-Id: I539d6da1953a40190fbfc8ff80f8e8332d797b1f Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 0e9f48919216edc2c1e1c7254de766d021c1eee6)
* Provisioning: Activate SLES and enable modulesHeikki Halmet2021-05-032-0/+98
| | | | | | | | Pick-to: 5.12.7 Pick-to: 5.12.10 Task-number: QTQAINFRA-4437 Change-Id: Icfe15e028634eeef85671b2becefe98123f567f8 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* provisioning: update python to 3.7 on macosLiang Qi2021-04-291-10/+10
| | | | | | | | | Task-number: QTQAINFRA-3271 Change-Id: Ic1645a8b5bc94b0ce6ff58352891af0beabd7649 Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit ecf2f4f38cde8983bb357f6241478ac3170ac9ac)
* Provisioning: Upgrade python 3.6 version to 3.6.2 in WindowsHeikki Halmet2021-04-291-4/+4
| | | | | | | | | | | | typing.NoReturn is not included in python 3.6.1 version. We need at least 3.6.2 version Pick-to: 5.12.10 Pick-to: 5.15 Task-number: QTQAINFRA-4433 Change-Id: Ifa9d45b4a3e06f4455221bb76087b600c1f1e06a Reviewed-by: Dan Ackers <dan.ackers@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Install Nodejs using pkg instead of BrewHeikki Halmet2021-04-122-0/+55
| | | | | | | | | | | Openssl is one of Nodejs dependencies when installing it via Homebrew which is causing issues with actual openssl source build during provisioning Task-number: QTQAINFRA-4402 Change-Id: I711c0f2bb7faebb3e5cbe2f415f34b2ac2d38a66 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 26c97222c11ad27bb495dcf85ff5c0256b9a0f12)
* Provisioning: Reset Time Zone for macOS 10.13Heikki Halmet2021-03-301-1/+13
| | | | | | | | | Setting Time Zone for macOS 10.13 seems to be flaky. Let's reset it. If it still fails to set it then exit the script execution. Task-number: QTBUG-92174 Change-Id: I07b28d0511d8fc097a1da43b78de9a5131f6bfa7 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: get-pip.py address changed for python 2.7Heikki Halmet2021-02-091-1/+8
| | | | | | | | | | | | | | | For python27 get-pip file's location has been changed and we need to use two different get-pip files for different python versions. Let's also cache these python files and use cache as primary url. Task-number: QTQAINFRA-4210 Change-Id: Iebc00f6f319bb914f7548d4737e13fed9ac2b292 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 6d20944daf78c50b0de03e516293c87959616623) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Latest pip versions don't support Python 2 anymoreHeikki Halmet2021-02-091-2/+2
| | | | | | | | | | | We can't upgrade pip anymore to the latest version. pip 20.3 was the last version of pip that supported Python 2 Task-number: QTQAINFRA-4235 Change-Id: I2add6939614f282416a39b00734bc1d22906de47 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit d6e3aa0869e5a7ed1db843dd6c798ab39fa3992e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Use prebuilt Android openssl if availableHeikki Halmet2021-01-241-14/+41
| | | | | | | | | | | Android openssl configuration is flaky. Some cases it can't find perl. Let's use prebuilt package from local cache. If not available then download sources and configure it. Task-number: QTQAINFRA-3993 Change-Id: I4b15cba763d88d85dfe7908fa22c2ce5f461f5cc Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 25dbd78d3f36d2d3c93d1468855aacd2c08a1277)
* Provisioning: Add --ignore-signature to ICC installationHeikki Halmet2021-01-203-3/+3
| | | | | | | | | ICC installation fails when checking digital signature Task-number: QTQAINFRA-4174 Change-Id: Idcbca27a852abbd0824938f825807121a4f60c3e Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit d238c03742fb7568ad794017875f63f6a854b5ff)
* Provisioning: Remove brew cask list queryHeikki Halmet2021-01-121-2/+0
| | | | | | | | | | brew cask list --versions don't work anymore with macOS 10.13: Calling brew cask list is disabled! Pick-to: 5.15 Pick-to: 5.12.7 Change-Id: I44d64bea36577212d0d8ff1fbd4f40111b8cadee Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Install p7zip using --build-from-source parameterHeikki Halmet2021-01-122-2/+2
| | | | | | | | | | brew install p7zip isn't working anymore with macOS 10.13 and 10.12. Let's use --build-from-source parameter with brew installation Pick-to: 5.12.7 Task-number: QTQAINFRA-4128 Change-Id: Ib1a2db1cd3176955cca450e5ebe0d0fc1bee3aa4 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Remove signing tools scriptHeikki Halmet2020-12-231-44/+0
| | | | | | | | Tools aren't needed anymore Change-Id: Iac4dd282dbbd67b62d843925751903e57c934000 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 5d7dae8dcb981aae1afee02eb436beb19f14ef7d)
* Update macOS 10.13 Tier1 imageHeikki Halmet2020-12-183-9/+9
| | | | | | | | | Software updates are disabled from tier1 image. It seems, that without this macOS 10.13 keep on crashing. This is related to QTQAINFRA-4104 Change-Id: I92f0039102d93268358301bfb789765ca39fd1ae Reviewed-by: Toni Saario <toni.saario@qt.io>
* Provisioning: Install Azure toolHeikki Halmet2020-12-112-0/+41
| | | | | | | | Task-number: QTQAINFRA-4042 Change-Id: I8e29190f4caf8b766cced40042bfe60ec2601a8e Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit cdea442a3a60421100e1bf80d8fa107995cda1ef) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Install Dotnet SDK 2.1Heikki Halmet2020-12-112-0/+61
| | | | | | | | | | Dotnet is needed for Azure installation Task-number: QTQAINFRA-4042 Change-Id: I6dd9d965f536d28554bbce6e76b19a3861f55ff2 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 8846d0d52d86940af6e57b495a5c20e08c7d47d0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Install Microsoft Visual C++ RedistributableHeikki Halmet2020-11-041-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> (cherry picked from commit 01752b6e21d9287f574223452994fcb8282f83e9)
* Provisioning: update Squish installation to 6.6.1Johanna Äijälä2020-11-032-214/+92
| | | | | | | | | | Update Squish installation to Qt5.12 based Squish 6.6.1. Also update scripts to the new style, where pre-installed Squish archives are used. The old style did the Squish installation from a scratch. Change-Id: I298ecee5e66d48c9e02d2cd4bc8d01311df65261 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Upgrade msys2 package and the installation scriptHeikki Halmet2020-11-031-23/+33
| | | | | | | | | | | | | | This change will upgrade the msys2 package Change also updates the script to use cached prebuilt package if available. This will also remove unneeded x86 installation Task-number: QTQAINFRA-3986 Change-Id: Ia6299f9d4750376676276a75613e7f1098de4102 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 134c2a1cb0d41d773577d4c499004b93fb03d3c9)
* Provisioning: Add system GCC versions to versions.txtHeikki Halmet2020-11-037-5/+30
| | | | | | | | | | Currently GCC versions which comes with the system are missing from versions.txt. This change will add those Task-number: QTQAINFRA-3933 Change-Id: I1934e6257acf92d72dcb382884aad60503b7b32f Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit dff15e0a716caf5510521daa9e9f0df4c17f9cad)
* Provisioning: Retry python installation if failure occursHeikki Halmet2020-11-031-3/+25
| | | | | | | | | | | | Python installation is flaky and we haven't be able to determine the root cause for it. Re-running the installation might help. (Might) because we can't reproduce this manually. Task-number: QTQAINFRA-3875 Change-Id: Id46d250a02e01007f03dfbb886d75b23c23a6216 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 6e3cb240df720ecf33d59d0087ee3cdf0fe0353f) Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Provisioning: Install colorlogHeikki Halmet2020-11-031-0/+3
| | | | | | | | | Needed by packaging scripts Task-number: QTQAINFRA-3918 Change-Id: I30861ecb5f12f79683ad2fec58484b97dee31d7f Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit c053e70593ca917c4a6a132478b3d34631cf507f)
* Provisioning: Enable access to SMB server in Windows 10 x64Heikki Halmet2020-10-211-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: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Provisioning: Enable access to SMB serverHeikki Halmet2020-10-201-0/+2
| | | | | | | | | | | Windows don't allow insecure guest login anymore by default. It need to be enabled through Group Policy restrictions Task-number: QTQAINFRA-3974 Change-Id: I5fd918882c51c01985cd4c1b9f9ed4dec62e07dd Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 90a6ab728ff2cf99237f75248f1ec75c5b0b03cc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* 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>