aboutsummaryrefslogtreecommitdiffstats
path: root/main/icu/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/icu/APKBUILD')
-rw-r--r--main/icu/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/main/icu/APKBUILD b/main/icu/APKBUILD
index a70c2c40ce..1af5dbc75e 100644
--- a/main/icu/APKBUILD
+++ b/main/icu/APKBUILD
@@ -63,8 +63,10 @@ build() {
}
check() {
- # armhf tests fail with gensprep: Bus error
- [ "$CARCH" != armhf ] || return 0
+ # tests seems to be x broken on 32bit
+ case "$CARCH" in
+ arm*|x86) return 0;;
+ esac
cd "$builddir"
make check
}