aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-03-19 18:33:43 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-03-19 18:34:03 -0300
commit94fe4d30fb933e8dae457d9f70488ff533179add (patch)
tree13478fd71fed4f50f45fcf5aeddde9f0caae0f41
parent62c3f2c88869662c5deb355aa33270380e2136a1 (diff)
community/evolution-data-server: disable tests on 32bit arches
-rw-r--r--community/evolution-data-server/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/evolution-data-server/APKBUILD b/community/evolution-data-server/APKBUILD
index ff2bc7e936e..875753dc9b6 100644
--- a/community/evolution-data-server/APKBUILD
+++ b/community/evolution-data-server/APKBUILD
@@ -18,7 +18,7 @@ subpackages="$pkgname-dev $pkgname-lang"
source="https://download.gnome.org/sources/evolution-data-server/${pkgver%.*}/evolution-data-server-$pkgver.tar.xz"
case "$CARCH" in
- mips*) options="!check" ;;
+ mips*|armhf|armv7|x86) options="$options !check" ;;
esac
build() {