diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-27 02:11:17 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-27 02:11:17 +0000 |
commit | 9abee09e039d5bd4dff1f5959dd08d91687ed2fb (patch) | |
tree | 0697d368985b574b5bf570a9419491f71f3e31d9 /testing/consul | |
parent | 7d4f90b8c1566c5f4ffdc3cde543d6b6199582db (diff) | |
download | aports-9abee09e039d5bd4dff1f5959dd08d91687ed2fb.tar.bz2 aports-9abee09e039d5bd4dff1f5959dd08d91687ed2fb.tar.xz |
testing/consul: fails to build on aarch64
github.com/hashicorp/yamux
../../boltdb/bolt/db.go:85: undefined: maxMapSize
../../boltdb/bolt/db.go:85: invalid array bound maxMapSize
github.com/inconshreveable/muxado/proto/buffer
Diffstat (limited to 'testing/consul')
-rw-r--r-- | testing/consul/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/consul/APKBUILD b/testing/consul/APKBUILD index 36a7ebd0a4..24d87205bd 100644 --- a/testing/consul/APKBUILD +++ b/testing/consul/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.5.2 pkgrel=1 pkgdesc="A tool for service discovery, monitoring and configuration" url="https://www.consul.io/" -arch="all" +arch="all !aarch64" license="MPL 2.0" depends="" depends_dev="" |