qt5: give aarch64* another try
This commit is contained in:
parent
06c6c0602c
commit
128d4c43a8
1 changed files with 0 additions and 5 deletions
|
@ -11,11 +11,6 @@ license="GPL-3, LGPL-2.1"
|
||||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/single/qt-everywhere-opensource-src-${version}.tar.xz"
|
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/single/qt-everywhere-opensource-src-${version}.tar.xz"
|
||||||
checksum=0f4c54386d3dbac0606a936a7145cebb7b94b0ca2d29bc001ea49642984824b6
|
checksum=0f4c54386d3dbac0606a936a7145cebb7b94b0ca2d29bc001ea49642984824b6
|
||||||
|
|
||||||
if [ "${XBPS_TARGET_MACHINE%-musl}" = aarch64 ]; then
|
|
||||||
# The aarch64* builders can't build qt5; it compiles fine here, though.
|
|
||||||
broken="https://build.voidlinux.eu/builders/aarch64_builder/builds/1327/steps/shell_3/logs/stdio"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "${XBPS_MACHINE%%-musl}" = i686 ]; then
|
if [ "${XBPS_MACHINE%%-musl}" = i686 ]; then
|
||||||
nodebug=yes # prevent OOM
|
nodebug=yes # prevent OOM
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue