aboutsummaryrefslogtreecommitdiffstats
path: root/testing/snapraid
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-02-09 19:51:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-02-10 15:07:38 +0000
commit1e865193de860ee404f1fb0315147ae52858f7b1 (patch)
tree1ed73b7fc56d020ee61830726a8e7cc45e646ba9 /testing/snapraid
parent8354db3206742412ff1f3b4caa581ce36c8dccb6 (diff)
testing/snapraid: disable on s390x
tests fails on s390x
Diffstat (limited to 'testing/snapraid')
-rw-r--r--testing/snapraid/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/snapraid/APKBUILD b/testing/snapraid/APKBUILD
index bd10f059aac..fc9a12df2d2 100644
--- a/testing/snapraid/APKBUILD
+++ b/testing/snapraid/APKBUILD
@@ -5,7 +5,7 @@ pkgver=11.2
pkgrel=0
pkgdesc="A backup program for disk arrays"
url="http://www.snapraid.it"
-arch="all"
+arch="all !s390x" # tests fails on s390x
license="GPL-3.0"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/amadvance/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"