diff options
-rw-r--r-- | main/libnl/APKBUILD | 2 |
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() { |