mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 06:17:14 +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
|
pkgrel=0
|
||||||
pkgdesc="Blockchain daemon implementing the Ripple Consensus Ledger"
|
pkgdesc="Blockchain daemon implementing the Ripple Consensus Ledger"
|
||||||
url="https://ripple.com/"
|
url="https://ripple.com/"
|
||||||
arch="all"
|
arch="x86_64"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
makedepends="cmake libressl-dev boost-dev protobuf-dev"
|
makedepends="cmake libressl-dev boost-dev protobuf-dev"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
|
Loading…
Reference in New Issue
Block a user