diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-14 01:55:05 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-14 01:55:05 +0000 |
commit | 3b6944a9a555f7cb171458ad4020dc7002b6cd3c (patch) | |
tree | efd7f629d0196bcf451acf320888100693cc8a0b | |
parent | 4ed40fa0dd95af42321af5ac5636d3ce4bd7d4f8 (diff) | |
download | aports-3b6944a9a555f7cb171458ad4020dc7002b6cd3c.tar.bz2 aports-3b6944a9a555f7cb171458ad4020dc7002b6cd3c.tar.xz |
testing/cloud-utils: disable on big-endian systems
-rwxr-xr-x | testing/cloud-utils/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cloud-utils/APKBUILD b/testing/cloud-utils/APKBUILD index 1491c6b683..f715668000 100755 --- a/testing/cloud-utils/APKBUILD +++ b/testing/cloud-utils/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.30 pkgrel=0 pkgdesc="Useful set of utilities for interacting with a cloud" url="https://launchpad.net/cloud-utils/" -arch="noarch" +arch="noarch !mips !mips64 !s390x" # tests are broken on big-endian license="GPL-3.0-or-later" depends="bash python3 sfdisk sgdisk util-linux qemu-img mtools cdrkit coreutils" subpackages="$pkgname-doc" |