KDE Frameworks with failing CI (master) (14 September 2025)
David Faure
faure at kde.org
Tue Sep 23 14:05:06 BST 2025
On Saturday, 20 September 2025 15:47:25 Christoph Cullmann wrote:
> ATM tests are there just broken, is there an easy way to initially disable
> them just on Alpine to at least check that we compile the stuff?
Should be doable with
if (QFileInfo::exists("/etc/alpine-release"))
QSKIP("Not yet supported on Alpine Linux");
A test for musl would be better, but ...
https://wiki.musl-libc.org/faq.html#Q:-Why-is-there-no-%3Ccode%3E__MUSL__%3C/code%3E-macro?
--
David Faure, faure at kde.org, http://www.davidfaure.fr
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 525 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20250923/b6760d34/attachment.sig>
More information about the Kde-frameworks-devel
mailing list