Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit af0b5e6

Browse files
author
Paulo Gomes
committed
Revert default git2go and libgit2 versions
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
1 parent e1afa3f commit af0b5e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ STATIC_TEST_TAG := test
55
PLATFORMS ?= linux/amd64,linux/arm/v7,linux/arm64
66
BUILD_ARGS ?=
77

8-
GIT2GO_TAG ?= v33.0.1
8+
GIT2GO_TAG ?= v31.6.1
99

1010
.PHONY: build
1111
build:

hack/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ INSTALL_LIBDIR ?= $(INSTALL_PREFIX)/lib/$(shell xx-info triple)
1515
endif
1616
BUILD_TYPE ?= "RelWithDebInfo"
1717
FLAGS ?=
18-
USE_HTTPS ?= OFF
19-
USE_SSH ?= OFF
18+
USE_HTTPS ?= OpenSSL
19+
USE_SSH ?= ON
2020
USE_BUNDLED_ZLIB ?= OFF
2121
BUILD_SHARED_LIBS ?= ON
2222

2323
# Cmake version to be installed.
2424
CMAKE_VERSION ?= 3.21.3
2525

2626
# Libgit2 version to be compiled and installed.
27-
LIBGIT2_VERSION ?= 1.3.0
27+
LIBGIT2_VERSION ?= 1.1.1
2828
# In some scenarios libgit2 needs to be checked out to a specific commit.
2929
# This takes presidence over LIBGIT_VERSION if defined.
3030
# Ref: https://github.com/libgit2/git2go/issues/834

0 commit comments

Comments
 (0)