aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-16 09:16:56 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-16 09:16:56 +0000
commit5ead16a7ebac91e3f84eed176a8dbc35a90ebca0 (patch)
treef8c1e18556e43935658f00c2575a5b3b50520464 /testing
parent880e8abb3ac086fc9cb309cbbb714ed738345614 (diff)
downloadaports-5ead16a7ebac91e3f84eed176a8dbc35a90ebca0.tar.bz2
aports-5ead16a7ebac91e3f84eed176a8dbc35a90ebca0.tar.xz
testing/sopel: disable tests on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/sopel/APKBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/sopel/APKBUILD b/testing/sopel/APKBUILD
index 0110d7ef3b..5df1305485 100644
--- a/testing/sopel/APKBUILD
+++ b/testing/sopel/APKBUILD
@@ -21,6 +21,10 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/sopel-irc/sopel/archive/v${p
fix-tests.patch
update-requirements.patch"
+case "$CARCH" in
+mips*) options="!check";;
+esac
+
builddir="$srcdir/$pkgname-$pkgver"
build() {