Re: KDE Gear projects with failing CI (master + stable) (30 September 2025)
Ingo Klöcker <[email protected]>
| Newsgroups | gmane.comp.kde.devel.general |
|---|---|
| Message-ID | <2765906.vuYhMxLoTh@daneel> |
On Mittwoch, 1. Oktober 2025 10:23:30 Mitteleuropäische Sommerzeit Ben Cooksley wrote: > On Wed, Oct 1, 2025 at 10:42 AM Albert Astals Cid <[email protected]> wrote: > > kalarm (stable) - NEw > > > > * https://invent.kde.org/pim/kalarm/-/pipelines/1051004 > > > > * Craft Windows fails to compile > > Looks like this may be a unity build issue? I suspect an incompatibility with API changes in kmime. This is the line in release/25.08 (https://invent.kde.org/pim/kalarm/-/blob/release/25.08/src/ kamail.cpp?ref_type=heads#L794): ``` result.displayName.clear(); ``` And this is the same line in master (https://invent.kde.org/pim/kalarm/-/blob/ master/src/kamail.cpp?ref_type=heads#L794) ``` result.setDisplayName({}); ``` But the actual problem is that kalarm 25.08 has this in its .craft.ini: ``` kde/pim.version=master ``` That's a general problem we have with the stable (PIM) builds. We might need something like the @same we use in .kde-ci.yml also for our craft CI builds. Regards, Ingo
signature.asc
(application/pgp-signature, 265 B)
-----BEGIN PGP SIGNATURE----- iJEEABYKADkWIQTbjgIOMowwlCBgvyGxb1mVFkdKugUCaNz+mxsUgAAAAAAEAA5t YW51MiwyLjUrMS4xMSwyLDIACgkQsW9ZlRZHSrqifwD/WS3iI57rbUoueqPHJpx1 46ZnhRFP7TOpLefzqnNAHwUA/2Axn+SDV1sLedz4AGPFu2AU34TwnR8RCLAg8Gdq xbQJ =4iud -----END PGP SIGNATURE-----