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, [email protected], http://www.davidfaure.fr

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to