diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-05 11:32:10 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-05 11:32:10 +0100 |
commit | d9a7869f9fc649d8a41a4d53960a5602b7f7dad0 (patch) | |
tree | aa94b48cf57a63ef9cdda80f7847391573c7cb95 /testing/ocaml-cppo | |
parent | 60c93c968a9cf7307c6bded033a7025d5d9372cd (diff) | |
download | aports-d9a7869f9fc649d8a41a4d53960a5602b7f7dad0.tar.bz2 aports-d9a7869f9fc649d8a41a4d53960a5602b7f7dad0.tar.xz |
testing/ocaml-cppo: disable on ppc64le due to failing tests
cppo alias test/runtest (exit 1)
(cd _build/default/test && ../../install/default/bin/cppo test.cppo) > /dev/null
Error: File "test.cppo", line 98, characters 0-20
Error: math error
Diffstat (limited to 'testing/ocaml-cppo')
-rw-r--r-- | testing/ocaml-cppo/APKBUILD | 4 |
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" |