From bc9abfdcd429f8fa22575a0826625a2427e8b109 Mon Sep 17 00:00:00 2001 From: Đoàn Trần Công Danh Date: Wed, 22 Jul 2020 20:01:43 +0700 Subject: main/git: use python3 for git-p4 And enable all tests. --- main/git/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/git/APKBUILD b/main/git/APKBUILD index 064c88dd2dc..2b9555e582a 100644 --- a/main/git/APKBUILD +++ b/main/git/APKBUILD @@ -26,7 +26,7 @@ pkgname=git pkgver=2.28.0 -pkgrel=0 +pkgrel=1 pkgdesc="Distributed version control system" url="https://www.git-scm.com/" arch="all" @@ -73,6 +73,7 @@ prepare() { NO_SYS_POLL_H=1 CFLAGS=$CFLAGS ICONV_OMITS_BOM=Yes + PYTHON_PATH=/usr/bin/python3 EOF # The multimail hook is installed with git. Use python3 to avoid an @@ -90,7 +91,6 @@ build() { check() { make prefix=/usr DESTDIR="$pkgdir" \ perlibdir=$(_perl_config vendorlib) \ - GIT_SKIP_TESTS='t4061 t4124 t5003 t5616 t5703 t7063 t9020' \ test } -- cgit v1.2.3