mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
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
This commit is contained in:
parent
60c93c968a
commit
d9a7869f9f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user