[plasma/union] /: Enable LSAN in CI
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit ea56e37e23372b31302d49236214afc6225547e0 by Nicolas Fella. Committed on 05/08/2026 at 11:21. Pushed by nicolasfella into branch 'master'. Enable LSAN in CI M +1 -0 .kde-ci.yml https://invent.kde.org/plasma/union/-/commit/ea56e37e23372b31302d49236214afc6225547e0 diff --git a/.kde-ci.yml b/.kde-ci.yml index 0ebe31b7..6064f9b4 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -17,5 +17,6 @@ Options: # Explicitly enable QtWidgets output to make sure we verify it builds cmake-options: "-DBUILD_OUTPUT_QTWIDGETS=ON" run-qmllint: true + enable-lsan: true json-validate-ignore: - autotests/TestStylePackageData/EmptyMetaDataStyle/metadata.json