aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-08-20 20:38:49 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-08-20 20:38:49 +0000
commit8079bf9e7a5010ad3b619fa04f2e38d6b9bb79e1 (patch)
tree5af36bb333ccf73ee5584b997a3c6239ba505f7a /community
parentd05f8f47e0de82195b8b66a950a6eb0ea243e382 (diff)
downloadaports-8079bf9e7a5010ad3b619fa04f2e38d6b9bb79e1.tar.bz2
aports-8079bf9e7a5010ad3b619fa04f2e38d6b9bb79e1.tar.xz
community/git-lfs: disable tests on x86
Diffstat (limited to 'community')
-rw-r--r--community/git-lfs/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/git-lfs/APKBUILD b/community/git-lfs/APKBUILD
index 7dca7b7ef4..4190baec61 100644
--- a/community/git-lfs/APKBUILD
+++ b/community/git-lfs/APKBUILD
@@ -15,6 +15,7 @@ subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/git-lfs/$pkgname/archive/v$pkgver.tar.gz
makefile-extra_go_flags.patch
"
+[ "$CARCH" = "x86" ] && options="!check" # tests broken on x85
# -tags netcgo - use system's DNS resolver by default. Go's built-in DNS
# resolver is buggy; it resolved localhost to totally wrong IP