diff options
author | Olliver Schinagl <oliver@schinagl.nl> | 2019-04-12 08:06:06 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-30 11:22:12 +0000 |
commit | 0e22b8ed0be2f72f048e2dbb9e72406ad39038a7 (patch) | |
tree | 64af05e8b4e1c7ef9c064d57714a116fea0cef0f /main/git | |
parent | a8a09e406f140276f260f7bc8b99e2b6a95897e6 (diff) | |
download | aports-0e22b8ed0be2f72f048e2dbb9e72406ad39038a7.tar.bz2 aports-0e22b8ed0be2f72f048e2dbb9e72406ad39038a7.tar.xz |
main/git: Add disabled check option
We are currently not using checks on the build, as they fail anyway on
t/t3900-i18n-commit.sh on the Japanese fonts. So clearly state this in
the !check as per aports guidelines.
Also, if the tests would not fail, we probably better run a profiled
build instead which does testing explicitly.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Diffstat (limited to 'main/git')
-rw-r--r-- | main/git/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/git/APKBUILD b/main/git/APKBUILD index f4abbe77f3..75af6258a1 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 |