diff options
Diffstat (limited to 'testing/flow')
-rw-r--r-- | testing/flow/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/flow/APKBUILD b/testing/flow/APKBUILD index 55952ccbe3..d19f156da3 100644 --- a/testing/flow/APKBUILD +++ b/testing/flow/APKBUILD @@ -5,7 +5,9 @@ pkgver=0.76.0 pkgrel=0 pkgdesc="A static typechecker for JavaScript" url="https://flow.org" -arch="all !x86 !armhf !s390x" # limited by ocaml aport +# x86, armhf, s390x: limited by ocaml aport +# ppc64le: fails to build +arch="all !x86 !armhf !s390x !ppc64le" license="MIT" checkdepends="bash diffutils nodejs yarn" makedepends=" |