aboutsummaryrefslogtreecommitdiffstats
path: root/community/libqmi
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-22 19:23:00 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-22 19:26:02 -0300
commit90d106253156d388e144f11cd2c0294332a0d378 (patch)
tree041209bde0b876e829378ff31150a4da71b68fe8 /community/libqmi
parent62db3f36a984de784e7dfc32523f71223f0cdb46 (diff)
downloadaports-90d106253156d388e144f11cd2c0294332a0d378.tar.bz2
aports-90d106253156d388e144f11cd2c0294332a0d378.tar.xz
community/libqmi: disable tests on s390x
Diffstat (limited to 'community/libqmi')
-rw-r--r--community/libqmi/APKBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/libqmi/APKBUILD b/community/libqmi/APKBUILD
index d18fe4aeb6..9a32a99e4b 100644
--- a/community/libqmi/APKBUILD
+++ b/community/libqmi/APKBUILD
@@ -11,6 +11,9 @@ makedepends="glib-dev gtk-doc libgudev-dev libmbim-dev linux-headers python3"
subpackages="$pkgname-dev $pkgname-doc"
source="https://www.freedesktop.org/software/libqmi/libqmi-$pkgver.tar.xz"
+# Tests fail
+[ "$CARCH" = s390x ] && options="$options !check"
+
build() {
./configure \
--prefix=/usr \