qt5: mark arm* as broken (no space left on device)

This commit is contained in:
Michael Gehring 2017-09-23 22:44:32 +02:00
parent 895ce29d86
commit fcf017a7e3

View File

@ -40,6 +40,10 @@ CXXFLAGS+=" -Wno-deprecated-declarations -fno-delete-null-pointer-checks"
# Required for musl libc
LDFLAGS="-pthread -ldl -fPIE"
case "$XBPS_TARGET_MACHINE" in
arm*) broken="ENOSPC" # not enough disc space for parallel builds on the musl builders
esac
case "$XBPS_TARGET_MACHINE" in
armv5*) # Cannot cross compile libvpx (?)
makedepends+=" libvpx-devel"