diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-09 19:51:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-10 15:07:38 +0000 |
commit | 1e865193de860ee404f1fb0315147ae52858f7b1 (patch) | |
tree | 1ed73b7fc56d020ee61830726a8e7cc45e646ba9 /testing/snapraid | |
parent | 8354db3206742412ff1f3b4caa581ce36c8dccb6 (diff) | |
download | aports-1e865193de860ee404f1fb0315147ae52858f7b1.tar.bz2 aports-1e865193de860ee404f1fb0315147ae52858f7b1.tar.xz |
testing/snapraid: disable on s390x
tests fails on s390x
Diffstat (limited to 'testing/snapraid')
-rw-r--r-- | testing/snapraid/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/snapraid/APKBUILD b/testing/snapraid/APKBUILD index bd10f059aa..fc9a12df2d 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" |