testing/ddrescue: disable on aarch64

build fails (on zfs) with:

g++  -Wall -W -O2 -o ddrescuelog arg_parser.o block.o mapfile.o ddrescuelog.o
testing ddrescue-1.21..........................cmp: EOF on out
.................
testing ddrescuelog-1.21...............................................
tests failed.
make: *** [Makefile:98: check] Error 1
This commit is contained in:
Carlo Landmeter 2016-08-27 02:22:26 +00:00
parent 07d1c84db6
commit c6e3fd1dd7

View File

@ -4,7 +4,7 @@ pkgver=1.21
pkgrel=0
pkgdesc="Data recovery tool for block devices with errors"
url="http://www.gnu.org/s/ddrescue/ddrescue.html"
arch="all"
arch="all !aarch64"
license="GPL3+"
depends=""
depends_dev=""