aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoromni <omni+alpine@hack.org>2021-03-23 11:59:16 +0000
committerLeo <thinkabit.ukim@gmail.com>2021-03-30 16:20:38 +0000
commita287588a15bf3c037fb4c112a5f1d27b7920f054 (patch)
tree12630be570b0af50681b741829226e1d4a53ef5c
parenta5f5a26c0936cec510a2182c7959c2942e821389 (diff)
testing/rocksdb: disable on ppc64le
-rw-r--r--testing/rocksdb/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/rocksdb/APKBUILD b/testing/rocksdb/APKBUILD
index 882ef9f3597..20f35a6d117 100644
--- a/testing/rocksdb/APKBUILD
+++ b/testing/rocksdb/APKBUILD
@@ -7,7 +7,8 @@ pkgver=6.17.3
pkgrel=0
pkgdesc="persistent key-value store for fast storage environments"
url="https://rocksdb.org"
-arch="x86 x86_64 ppc64le aarch64" # fails to build on other archs
+# ppc64le: fatal error: sys/platform/ppc.h: No such file or directory
+arch="x86 x86_64 aarch64" # fails to build on other archs
license="Apache-2.0 OR GPL-2.0-only"
depends_dev="bzip2-dev gflags-dev lz4-dev snappy-dev zlib-dev zstd-dev"
depends_static="bzip2-static gflags-dev lz4-static snappy-static zlib-static zstd-static"