aboutsummaryrefslogtreecommitdiffstats
path: root/community/flatbuffers
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-16 00:45:24 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-16 00:45:24 -0300
commit3964fe8876b4b7c968d815034101e6d3c280d695 (patch)
treea706508eead93fc1d506516ca2ae0ddb20cf9b58 /community/flatbuffers
parenta54a92d3504dfae1c0fb6a7de8417ac918ff43b6 (diff)
downloadaports-3964fe8876b4b7c968d815034101e6d3c280d695.tar.bz2
aports-3964fe8876b4b7c968d815034101e6d3c280d695.tar.xz
community/flatbuffers: disable on armhf to unblock builders
Diffstat (limited to 'community/flatbuffers')
-rw-r--r--community/flatbuffers/APKBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/flatbuffers/APKBUILD b/community/flatbuffers/APKBUILD
index 29eede2f20..25eea4eacf 100644
--- a/community/flatbuffers/APKBUILD
+++ b/community/flatbuffers/APKBUILD
@@ -11,6 +11,9 @@ makedepends="cmake"
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"
+
build() {
cmake -B build . \
-DCMAKE_INSTALL_PREFIX=/usr \