KDevelop CI compilation errors
Igor Kushnir <[email protected]> Wed, 7 Oct 2020 16:23:18 +0300
| Newsgroups | gmane.comp.kde.devel.kdevelop |
|---|---|
| Message-ID | <[email protected]> |
Hi! My recent commits caused several CI compilation errors: https://build.kde.org/job/KDevelop/job/kdevelop/ (stable-kf5-qt5 FreeBSDQt5.15 <https://build.kde.org/job/KDevelop/job/kdevelop/job/stable-kf5-qt5%20FreeBSDQt5.15/>, stable-kf5-qt5 SUSEQt5.14 <https://build.kde.org/job/KDevelop/job/kdevelop/job/stable-kf5-qt5%20SUSEQt5.14/>); https://invent.kde.org/igorkushnir/kdevelop/-/jobs/71431 The issue is that the */#if KCOREADDONS_VERSION >= QT_VERSION_CHECK(5, 75, 0) /*branch is taken, but the KDE Frameworks is not up to date. In order to fix the builds, /KCoreAddons/ has to be updated to include https://invent.kde.org/frameworks/kcoreaddons/-/merge_requests/29 (merged two days ago). How can I request such an update? Or will KF be updated automatically soon enough? Thanks, Igor