From c6e3fd1dd700ae56ad5dbb9ffefb2df3a761dde6 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Sat, 27 Aug 2016 02:22:26 +0000 Subject: [PATCH] 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 --- testing/ddrescue/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/ddrescue/APKBUILD b/testing/ddrescue/APKBUILD index 500af7a7b2d..5b1b8b8998b 100644 --- a/testing/ddrescue/APKBUILD +++ b/testing/ddrescue/APKBUILD @@ -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=""