qt5: mark arm* as broken (no space left on device)
This commit is contained in:
parent
895ce29d86
commit
fcf017a7e3
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user