aboutsummaryrefslogtreecommitdiffstats
path: root/community/evolution-data-server
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-10-07 23:56:12 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-10-07 23:56:12 +0200
commit4acf54514fbb061a50f04ecdfb1aeb47f2f7ec19 (patch)
tree20ec5191782f62a00aa0f56bff09bebffbd07c1d /community/evolution-data-server
parent9d9a6ada32ef1d1434dd2ad9ad155a1185b0befd (diff)
downloadaports-4acf54514fbb061a50f04ecdfb1aeb47f2f7ec19.tar.bz2
aports-4acf54514fbb061a50f04ecdfb1aeb47f2f7ec19.tar.xz
community/evolution-data-server: disable tests on s390x
Diffstat (limited to 'community/evolution-data-server')
-rw-r--r--community/evolution-data-server/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/community/evolution-data-server/APKBUILD b/community/evolution-data-server/APKBUILD
index 07d76b058b..9084c520f5 100644
--- a/community/evolution-data-server/APKBUILD
+++ b/community/evolution-data-server/APKBUILD
@@ -38,7 +38,11 @@ build() {
}
check() {
- make -C build check
+ # failing tests
+ case "$CARCH" in
+ s390x) ;;
+ *) make -C build check ;;
+ esac
}
package() {