Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Fargher <proglottis@gmail.com>2022-10-11 23:42:37 +0300
committerJames Fargher <proglottis@gmail.com>2022-10-11 23:42:37 +0300
commit921e018af6a21f99c1dc6316d811a8b4d2b1c3a8 (patch)
tree26b2b34c98bf01b8c6128e26f84c2ab65b31435e
parent75988ddcf291db31dbb60135a1573f074a0e763d (diff)
parent30f3025ec1e8b61c86c665d8b7752cc30332aab3 (diff)
Merge branch 'sh-disable-libgit2-python' into 'master'
Disable building of libgit2 tests See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/4927 Merged-by: James Fargher <proglottis@gmail.com> Approved-by: James Fargher <proglottis@gmail.com> Co-authored-by: Stan Hu <stanhu@gmail.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8cd6e6c1f..66e0aadfd 100644
--- a/Makefile
+++ b/Makefile
@@ -206,6 +206,7 @@ ifeq ($(origin LIBGIT2_BUILD_OPTIONS),undefined)
LIBGIT2_BUILD_OPTIONS += -DUSE_BUNDLED_ZLIB=ON
LIBGIT2_BUILD_OPTIONS += -DUSE_HTTP_PARSER=builtin
LIBGIT2_BUILD_OPTIONS += -DREGEX_BACKEND=builtin
+ LIBGIT2_BUILD_OPTIONS += -DBUILD_TESTS=OFF
endif
ifdef LIBGIT2_APPEND_BUILD_OPTIONS