aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-11-25 02:59:00 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-11-25 02:59:47 +0100
commit865596497785547a58857e35e5206ff939f0a0ae (patch)
tree31132eea26ee53cdabbb922e7155013c5243ad75 /testing
parent0f3be09fee01a7467897339961f40c8a1d9bb7c1 (diff)
downloadaports-865596497785547a58857e35e5206ff939f0a0ae.tar.bz2
aports-865596497785547a58857e35e5206ff939f0a0ae.tar.xz
testing/git-lfs: disable on armhf, aarch64 due to test error
Git LFS: /home/buildozer/aports/testing/git-lfs/src/git-lfs-2.3.4/bin/git-lfs git-lfs/2.3.4 (GitHub; linux arm; go 1.9.2) git version 2.15.0 >>> ERROR: git-lfs*: check failed I have no idea what's going on, will investigate it later.
Diffstat (limited to 'testing')
-rw-r--r--testing/git-lfs/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/git-lfs/APKBUILD b/testing/git-lfs/APKBUILD
index 1ee0d8ebb3..5c6e29b0e5 100644
--- a/testing/git-lfs/APKBUILD
+++ b/testing/git-lfs/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.3.4
pkgrel=0
pkgdesc="Git extension for versioning large files"
url="https://git-lfs.github.io/"
-arch="all"
+arch="all !armhf !aarch64" # armhf, aarch64 fails to run
license="MIT"
depends="git"
checkdepends="bash coreutils git-daemon perl-utils"