aboutsummaryrefslogtreecommitdiffstats
path: root/main/libnl
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-03-24 17:50:25 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-03-24 17:50:25 +0000
commit3d34b8b4d14bd80e96b2c4f9aa4b8543f781b421 (patch)
treef6e2f4195ee5d1abde163702b824f1e24bf004ba /main/libnl
parent4a6b0bc752fcbbd91dd564ab27864e86a5295ef0 (diff)
downloadaports-3d34b8b4d14bd80e96b2c4f9aa4b8543f781b421.tar.bz2
aports-3d34b8b4d14bd80e96b2c4f9aa4b8543f781b421.tar.xz
main/libnl: disable tests on mips builders
Diffstat (limited to 'main/libnl')
-rw-r--r--main/libnl/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/libnl/APKBUILD b/main/libnl/APKBUILD
index 233bddea7e..8e2aaf5983 100644
--- a/main/libnl/APKBUILD
+++ b/main/libnl/APKBUILD
@@ -15,8 +15,10 @@ source="https://www.infradead.org/~tgr/libnl/files/$pkgname-$pkgver.tar.gz
fix-includes.patch"
# tests does not work on s390x builder
+# or mips
case "$CARCH" in
s390x) options="$options !check";;
+mips*) options="$options !check";;
esac
build() {