aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/ocaml-cppo/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/ocaml-cppo/APKBUILD b/testing/ocaml-cppo/APKBUILD
index 5ba91350ee..e2b109da4c 100644
--- a/testing/ocaml-cppo/APKBUILD
+++ b/testing/ocaml-cppo/APKBUILD
@@ -6,7 +6,9 @@ pkgver=1.6.4
pkgrel=0
pkgdesc="C-style preprocessor for OCaml"
url="https://github.com/mjambon/cppo"
-arch="all !x86 !armhf !s390x" # limited by ocaml abuild
+# ocaml is not avail for x86, armhf, s390x
+# test fails on ppc64le
+arch="all !x86 !armhf !s390x !ppc64le"
license="BSD-3-Clause"
makedepends="dune ocaml ocamlbuild ocaml-findlib opam"
subpackages="$pkgname-dev"