aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-07 22:20:50 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-07 22:20:50 +0000
commit7ce1551cb7fdd48f55e0ced968a20ca943363294 (patch)
tree45f21c2c97aed47c54c866d04cd1f9dae34d646a
parentfd6a11a65b2aabee1b9ee7f36341c1719ae3f6e7 (diff)
downloadaports-7ce1551cb7fdd48f55e0ced968a20ca943363294.tar.bz2
aports-7ce1551cb7fdd48f55e0ced968a20ca943363294.tar.xz
community/flatbuffers: disable on mips
-rw-r--r--community/flatbuffers/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/flatbuffers/APKBUILD b/community/flatbuffers/APKBUILD
index 25eea4eacf..3210d50c41 100644
--- a/community/flatbuffers/APKBUILD
+++ b/community/flatbuffers/APKBUILD
@@ -12,7 +12,7 @@ subpackages="$pkgname-dev"
source="flatbuffers-$pkgver.tar.gz::https://github.com/google/flatbuffers/archive/v$pkgver.tar.gz"
# Tests fail with bus error
-arch="$arch !armhf"
+arch="$arch !armhf !mips !mips64"
build() {
cmake -B build . \