aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-02-28 11:02:11 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-02-28 11:02:25 +0000
commitd352f6fcd25514028a93bfa99b45321bfdf89dda (patch)
tree6938c9d84dc9c9fe1efb780bc95fd1ffbb87df55
parent418eafc869fe68648eb8e7d3ce3af07159cec678 (diff)
downloadaports-d352f6fcd25514028a93bfa99b45321bfdf89dda.tar.bz2
aports-d352f6fcd25514028a93bfa99b45321bfdf89dda.tar.xz
testing/ell: disable on ppc64le due to testsuite failure
Fails with: FAIL: unit/test-uuid ==================== TEST: /uuid/v3 Assertion failed: r (unit/test-uuid.c: test_v3: 58) Aborted
-rw-r--r--testing/ell/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ell/APKBUILD b/testing/ell/APKBUILD
index 6d40ecda59..e481cadd13 100644
--- a/testing/ell/APKBUILD
+++ b/testing/ell/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.17
pkgrel=1
pkgdesc="Linux library for embedded development"
url="https://01.org/ell"
-arch="all"
+arch="all !ppc64le"
license="GPL-2.0-only"
depends=""
makedepends="glib-dev linux-headers"