aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-06-10 18:09:18 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-06-10 18:09:18 +0000
commit8778e17f073a8ba0c242d15f9c50c69918a66fc3 (patch)
treef7104d80857acffae934ee4146548cf2cdfb3df4 /main
parentcaf6b304a3b7481153787807920672fddcafc1f1 (diff)
main/git: restore disabled checks again
b7386174f3 (main/git: upgrade to 2.22.0, 2019-06-09) removed the `options="!check"` declaration, but the commit did not add a check function. Restore the declaration with the accompanying comments.
Diffstat (limited to 'main')
-rw-r--r--main/git/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/git/APKBUILD b/main/git/APKBUILD
index b60f65aff38..364863c2781 100644
--- a/main/git/APKBUILD
+++ b/main/git/APKBUILD
@@ -20,6 +20,7 @@ depends=""
# we need tcl and tk to be built before git due to git-gui and gitk
makedepends="zlib-dev openssl-dev curl-dev expat-dev perl-dev python2-dev
pcre2-dev asciidoc xmlto perl-error tcl tk"
+options="!check" # Check is currently failing on t3900-i18n-commit.sh ISO-2022-JP.txt
# note that order matters
subpackages="$pkgname-doc
$pkgname-bash-completion:completion:noarch