aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/address_sanitizer_platforms.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Fix OpenSUSE 15.5 with new re-created Tier1 imageTero Heikkinen2024-01-191-1/+1
| | | | | | | Task-number: QTQAINFRA-6065 Pick-to: 6.7 6.6 6.5 Change-Id: I24530bcca2a8f8e50686703d8cd8519c27195de2 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* Use latest CMake version for the ASAN configurationDimitrios Apostolou2023-10-211-1/+0
| | | | | | | | | | | This fixes ctest --stop-on-failure. The minimal CMake version is tested separately on a non-ASAN config, no need to test it again. Pick-to: 6.6 6.5 Change-Id: I71e0158fca0d1ef19449b034faa119f8cf2d3519 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Replace OpenSUSE leap 15.4 with OpenSUSE leap 15.5Tero Heikkinen2023-08-291-2/+2
| | | | | | | | | | | | OpenSUSE 15.5 will replace 15.4 in yaml configurations at first and OpenSUSE 15.4 scripts are still kept for some time. OpenSUSE 15.4 scripts will be removed later. Task-number: QTQAINFRA-5666 Change-Id: Ic04dee5935b2d0ea9b99dd103f796d38ea90ba2d Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
* Remove conan profilesTor Arne Vestbø2023-06-201-1/+0
| | | | | | | | | The conan experiment has ended, and the files are only bitrotting nowadays. Pick-to: 6.5 6.6 Change-Id: Iefdc6fa1a48bb4062b15cf035f372a2d44bddda9 Reviewed-by: Toni Saario <toni.saario@qt.io>
* Fix missing ffmpeg for desktop Linux CI platformsArtem Dyomin2023-01-241-1/+2
| | | | | | | | | | | | What's done: - ffmpeg build added to OpenSuse platforms - installing of yasm moved to packages install file in order to get rid of OS checkings Pick-to: 6.5 Change-Id: I256f19a03e7f01d27923b083b63d9a6b6a5f29b4 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> Reviewed-by: Lars Knoll <lars@knoll.priv.no>
* Start using OpenSSL 3.0.7 in CIHeikki Halmet2023-01-101-1/+2
| | | | | | | | Task-number: QTQAINFRA-4889 Change-Id: I3e335395762710d520ca93a5996d1b21d202ed4e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Vladimir Minenko <vladimir.minenko@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
* Add ID for all targetsHeikki Halmet2023-01-101-1/+1
| | | | | | | | | All targets should have ID. This way it's easier to refer to needed target Pick-to: 6.4 6.5 6.3 6.2 Change-Id: I0af8399c3a4c436ab1e778ab4396c65ccd3a373b Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Make ASAN target to use latest openSUSE 15.4Heikki Halmet2022-11-201-2/+2
| | | | | | Task-number: QTQAINFRA-5049 Change-Id: I390221f9cd347ad3b4ebf038bc392d8d7b8411e9 Reviewed-by: Dimitrios Apostolou <jimis@qt.io>
* Enable address sanitizerDimitrios Apostolou2022-06-161-0/+12
The last bugs have been fixed, and a test run built with ASAN is not finding any issues on qtbase, so it is ready to be part of CI. Fixes: QTQAINFRA-5025 Change-Id: I1905daaf5b19b41d8daa3f2c47958515b4afaded Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>