community/redict: disable tests on s390x

This commit is contained in:
fossdd 2024-05-04 12:06:34 +00:00 committed by omni
parent 80112abc73
commit 200ca1eab6

View File

@ -34,6 +34,11 @@ source="redict-$pkgver.tar.gz::https://codeberg.org/redict/redict/archive/$pkgve
$pkgname.logrotate
"
case "$CARCH" in
# FIXME: One test is broken on s390x.
s390x) options="!check";;
esac
build() {
export CFLAGS="$CFLAGS -DUSE_MALLOC_USABLE_SIZE -O2 -flto=auto"
make USE_JEMALLOC=no \