aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-03-29 10:25:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-03-29 10:26:02 +0000
commit381cb35b9e9ac2d7e257cd89080992bc1ddd5b2c (patch)
tree0a3d821a59232f5ef885d183efbd3faa190f6736 /testing
parent84ddedd0ae75f7c26125ad0de23b99ef84682edd (diff)
downloadaports-381cb35b9e9ac2d7e257cd89080992bc1ddd5b2c.tar.bz2
aports-381cb35b9e9ac2d7e257cd89080992bc1ddd5b2c.tar.xz
testing/ameba: disable on aarch64. build fails
Diffstat (limited to 'testing')
-rw-r--r--testing/ameba/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ameba/APKBUILD b/testing/ameba/APKBUILD
index f9b226807c..0bd664f218 100644
--- a/testing/ameba/APKBUILD
+++ b/testing/ameba/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.5.0
pkgrel=0
pkgdesc="A static code analysis tool for Crystal"
url="https://github.com/veelenga/ameba"
-arch="x86_64 aarch64" # limited by crystal
+arch="x86_64" # limited by crystal. build fails on aarch64
license="MIT"
makedepends="crystal libxml2-dev shards yaml-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/veelenga/$pkgname/archive/v$pkgver.tar.gz