mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
community/redict: disable tests on s390x
This commit is contained in:
parent
80112abc73
commit
200ca1eab6
@ -34,6 +34,11 @@ source="redict-$pkgver.tar.gz::https://codeberg.org/redict/redict/archive/$pkgve
|
|||||||
$pkgname.logrotate
|
$pkgname.logrotate
|
||||||
"
|
"
|
||||||
|
|
||||||
|
case "$CARCH" in
|
||||||
|
# FIXME: One test is broken on s390x.
|
||||||
|
s390x) options="!check";;
|
||||||
|
esac
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
export CFLAGS="$CFLAGS -DUSE_MALLOC_USABLE_SIZE -O2 -flto=auto"
|
export CFLAGS="$CFLAGS -DUSE_MALLOC_USABLE_SIZE -O2 -flto=auto"
|
||||||
make USE_JEMALLOC=no \
|
make USE_JEMALLOC=no \
|
||||||
|
Loading…
Reference in New Issue
Block a user