aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Sullivan <mksully22@gmail.com>2019-06-11 15:55:02 +0000
committerMike Sullivan <mksully22@gmail.com>2019-06-11 15:59:00 +0000
commit9344daba28f5a66c4e7520e69a8f37ae60a41d66 (patch)
tree0da9f56a7f70bb6544cc3e56128869d5cb8e9c15
parent2243ba2c525b4bb701c039c9438e3b6c4a3bb304 (diff)
testing/ponyc: ppc64le is unsupported arch, disable
-rw-r--r--testing/ponyc/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ponyc/APKBUILD b/testing/ponyc/APKBUILD
index ae5e4aa41be..047e52ee209 100644
--- a/testing/ponyc/APKBUILD
+++ b/testing/ponyc/APKBUILD
@@ -6,7 +6,7 @@ pkgver=0.28.1
pkgrel=0
pkgdesc="An open-source, actor-model, capabilities-secure, high performance programming language"
url="https://www.ponylang.org"
-arch="all !s390x"
+arch="all !s390x !ppc64le"
license="BSD-2-Clause"
_llvmver=6
depends="binutils-gold"