From d352f6fcd25514028a93bfa99b45321bfdf89dda Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 28 Feb 2019 11:02:11 +0000 Subject: 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 --- testing/ell/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3