mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/biber: disable long year test on mips{el}
Re-organize CARCH check for brevity (so match armel as well) and use mipsel* not mipsel to cover out-of-tree mipseln8hf.
This commit is contained in:
parent
2b9526c277
commit
b9e9d4d48b
@ -28,9 +28,10 @@ builddir="$srcdir/$pkgname-$pkgver"
|
||||
prepare() {
|
||||
cd "$builddir"
|
||||
# Disable long year tests on 32 bit
|
||||
if [ $CARCH = "x86" ] || [ $CARCH = "armhf" ] || [ $CARCH = "armv7" ]; then
|
||||
case "$CARCH" in arm*|mips|mipsel*|x86)
|
||||
sed -i '/17000002/ s+.*+eq_or_diff("dummy", "dummy", "skip 32 bit");+' t/dateformats.t
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
perl Build.PL installdirs=vendor
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user