mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
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
This commit is contained in:
parent
9bd2e86a0e
commit
20c9d05ddf
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user