mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
main/icu: disable testsuite on 32bit
seems to fail on every 32bit arch
This commit is contained in:
parent
ce84a96e37
commit
19804ffdb1
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user