diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-26 18:37:04 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-26 18:37:04 +0000 |
commit | 90d991bdb9cc4e278c182b61c7ee5dee70ff2b48 (patch) | |
tree | 394912c2fb33c814d47087c43af29b1370750008 /community/git-lfs | |
parent | d61b33b14d871924fa5bf08a5e565ab2cb874855 (diff) | |
download | aports-90d991bdb9cc4e278c182b61c7ee5dee70ff2b48.tar.bz2 aports-90d991bdb9cc4e278c182b61c7ee5dee70ff2b48.tar.xz |
community/git-lfs: disable on x86
Lots of tests are failing, something is fundamentally wrong.
Diffstat (limited to 'community/git-lfs')
-rw-r--r-- | community/git-lfs/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/git-lfs/APKBUILD b/community/git-lfs/APKBUILD index 89d6e38477..0eac0666a7 100644 --- a/community/git-lfs/APKBUILD +++ b/community/git-lfs/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.5.1 pkgrel=2 pkgdesc="Git extension for versioning large files" url="https://git-lfs.github.io/" -arch="all" +arch="all !x86" license="MIT" depends="git" checkdepends="bash coreutils git-daemon perl-utils" |