mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-29 15:32:01 +01:00
qt-creator currently fails to build on ppc64le due to several errors
like:
language/language.cpp:242:12: error: the compiler can assume that the address of 'a' will always evaluate to 'true' [-Werror=address]
if (!!&a != !!&b)
Since this is more a desktop package, skipping it on ppc64le for now.