aboutsummaryrefslogtreecommitdiffstats
path: root/main/orc/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/orc/APKBUILD')
-rw-r--r--main/orc/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/orc/APKBUILD b/main/orc/APKBUILD
index 807be59e8f..9259f9a467 100644
--- a/main/orc/APKBUILD
+++ b/main/orc/APKBUILD
@@ -15,7 +15,8 @@ builddir="$srcdir/$pkgname-$pkgver"
case "$CARCH" in
# FIXME: Test exec_opcodes_sys fails on armhf.
- arm*) options="!check";;
+ # FIXME: MIPS DSP Module Rev2 is required for tests on mips*.
+ arm*|mips*) options="!check";;
esac
build() {