qt5-webengine: broken for aarch64-musl so aarch64 has enough RAM to

finish the build.
This commit is contained in:
Érico Nogueira 2021-03-09 21:18:50 -03:00
parent c12ade8053
commit fa64a655e2

View file

@ -66,7 +66,8 @@ fi
# ppc64 still needs libatomic here, as does s390x but we don't have that
case "$XBPS_MACHINE" in
ppc64*) hostmakedepends+=" libatomic-devel"
ppc64*) hostmakedepends+=" libatomic-devel" ;;
aarch64-musl) broken="leave some RAM for the glibc build"
esac
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then