Skip to content
Snippets Groups Projects
Commit d2e3d654 authored by Carlo Landmeter's avatar Carlo Landmeter
Browse files

community/biber: disable long year tests on armhf

parent 43ce7157
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ builddir="$srcdir/$pkgname-$pkgver"
prepare() {
cd "$builddir"
# Disable long year tests on 32 bit
if [ $CARCH = "x86" ]; then
if [ $CARCH = "x86" ] || [ $CARCH = "armhf" ]; then
sed -i '/17000002/ s+.*+eq_or_diff("dummy", "dummy", "skip 32 bit");+' t/dateformats.t
fi
perl Build.PL installdirs=vendor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment