diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-26 15:39:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-26 15:43:42 +0000 |
commit | 8686e5201e95356a82d2a7a38d9f91f590db566f (patch) | |
tree | 88eb187c8f3472adddf5c71548f6c518e53e63c9 /community/php7 | |
parent | 1235432126d75dea01e720a4662e1c22a3d79feb (diff) | |
download | aports-8686e5201e95356a82d2a7a38d9f91f590db566f.tar.bz2 aports-8686e5201e95356a82d2a7a38d9f91f590db566f.tar.xz |
community/php7: add FIXME comment
Diffstat (limited to 'community/php7')
-rw-r--r-- | community/php7/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index 795cf5fd3e..6e66605de8 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -168,6 +168,7 @@ for _ext in $_extensions; do done subpackages="$subpackages $pkgname-common::noarch" +# FIXME: tests fails on s390x and x86_64 case "$CARCH" in x86_64) options="$options !check";; s390x) options="$options !check";; |