community/perl-sereal: disable check on armhf

This commit is contained in:
Andy Postnikov 2020-06-13 23:06:22 +03:00
parent ed9f312cf3
commit 806a4655f7

View File

@ -16,6 +16,7 @@ checkdepends="perl-test-warn perl-test-longstring"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/Y/YV/YVES/Sereal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
[ "$CARCH" = "armhf" ] && options="!check" # zstd tests fail https://gitlab.alpinelinux.org/alpine/aports/-/issues/11644
build() {
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')