qt5-webengine: broken for aarch64-musl so aarch64 has enough RAM to
finish the build.
This commit is contained in:
parent
c12ade8053
commit
fa64a655e2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue