aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rippled
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-08-25 18:16:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-08-25 18:17:17 +0000
commit20c9d05ddfc892f952771a9b72098d827e10f1fd (patch)
tree789d60a6d181f312a6b69008683799621af9993d /testing/rippled
parent9bd2e86a0eaaea55ab7ab7015f76524afe8e4249 (diff)
downloadaports-20c9d05ddfc892f952771a9b72098d827e10f1fd.tar.bz2
aports-20c9d05ddfc892f952771a9b72098d827e10f1fd.tar.xz
testing/rippled: build only on x86_64
seems like it fails to build on every other platform https://github.com/ripple/rippled/issues/2213 https://github.com/ripple/rippled/issues/2214
Diffstat (limited to 'testing/rippled')
-rw-r--r--testing/rippled/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rippled/APKBUILD b/testing/rippled/APKBUILD
index a6ede460fe..be284a3eb3 100644
--- a/testing/rippled/APKBUILD
+++ b/testing/rippled/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.70.1
pkgrel=0
pkgdesc="Blockchain daemon implementing the Ripple Consensus Ledger"
url="https://ripple.com/"
-arch="all"
+arch="x86_64"
license="ISC"
makedepends="cmake libressl-dev boost-dev protobuf-dev"
subpackages="$pkgname-doc"