aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 04:23:05 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 04:23:05 +0000
commit8cb372b605dd3390946f7270aa13e5529b532a69 (patch)
tree01fff63d81c3502ddd2066ba7eff22d87ce67d2a
parentf1fd8e4c1aab709cbf057fa4533b4475ac9c3933 (diff)
community/lua-http: disable tests on mips because luajit crashes
-rw-r--r--community/lua-http/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lua-http/APKBUILD b/community/lua-http/APKBUILD
index 6e7ff395e3c..3ad2f14ad14 100644
--- a/community/lua-http/APKBUILD
+++ b/community/lua-http/APKBUILD
@@ -14,7 +14,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/daurnimator/lua-http/archive
case "$CARCH" in
# FIXME: Some tests fail with "Address not available".
# and ppc64le hangs
- aarch64|arm*|ppc64le) options="!check";;
+ aarch64|arm*|ppc64le|mips*) options="!check";;
esac
_luaversions="5.1 5.2 5.3"