From 1e2662d505a9376797c5147803cabf200c89f069 Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Sat, 30 Sep 2017 22:25:26 +0000 Subject: community/tinc-pre: disable tests on ppc64le for now Disable tests on ppc64le now. The tests are passing in a alpine VM ppc64le and failing in the LXC container. I will investigate latter why tests are failing. --- community/tinc-pre/APKBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'community/tinc-pre/APKBUILD') diff --git a/community/tinc-pre/APKBUILD b/community/tinc-pre/APKBUILD index 744f33c2c8..b69240af98 100644 --- a/community/tinc-pre/APKBUILD +++ b/community/tinc-pre/APKBUILD @@ -42,6 +42,7 @@ build() { } check() { + [ "$CARCH" != ppc64le ] || return 0 cd "$builddir" make check } -- cgit v1.2.3