aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2017-05-13 05:29:04 -0400
committerJakub Jirutka <jakub@jirutka.cz>2017-05-13 12:58:54 +0200
commit221cf3af06d9b7a513c41972481bc2be89464469 (patch)
tree6376fad9213edcaf3564fb913ed4273a13b0fe5b /community
parent54bb6a98729f29dc0478322e9d7d04e469e727ee (diff)
downloadaports-221cf3af06d9b7a513c41972481bc2be89464469.tar.bz2
aports-221cf3af06d9b7a513c41972481bc2be89464469.tar.xz
community/binaryen: disable on s390x
Probably bug in endianness detection. Fails in test: executing: bin/wasm-merge test/merge/dylib.wasm test/merge/dylib.wasm.toMerge \ -o a.wast -S --verbose --finalize-memory-base=1024 \ --finalize-table-base=8incorrect output, diff: --- expected +++ actual @@ -3,7 +3,7 @@ (import "env" "memory" (memory $0 1)) (table 2 2 anyfunc) (elem (i32.const 0) $__wasm_nullptr $__exit) - (data (i32.const 16) "\d2\04\00\00\00\00\00\00)\t\00\00") + (data (i32.const 16) "\00\00\04\d2\00\00\00\00\00\00\t)") Reported to upstream: https://github.com/WebAssembly/binaryen/issues/1012
Diffstat (limited to 'community')
-rw-r--r--community/binaryen/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/binaryen/APKBUILD b/community/binaryen/APKBUILD
index 502e3a6a02..ffc6180af2 100644
--- a/community/binaryen/APKBUILD
+++ b/community/binaryen/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.37.12
pkgrel=0
pkgdesc="Compiler infrastructure and toolchain library for WebAssembly, in C++"
url="https://github.com/WebAssembly/binaryen"
-arch="all"
+arch="all !s390x"
license="ASL-2.0"
makedepends="cmake"
checkdepends="nodejs python2"