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

Commit 38e57e1

Browse files
author
Paulo Gomes
committed
Remove ALLOW_THREADLESS_LIBGIT2
This environment variable is to be used on the upstream version that is yet to be merged. Until it is merged, there is no point in keeping it here. Signed-off-by: Paulo Gomes <[email protected]>
1 parent 9465ace commit 38e57e1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Dockerfile.test-libgit2-only

-1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,5 @@ COPY --from=build \
129129
/root/smoketest/static-test-runner .
130130

131131
ENV SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
132-
ENV ALLOW_THREADLESS_LIBGIT2=true
133132

134133
RUN /root/smoketest/static-test-runner

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export LIBRARY_PATH=$(LIBGIT2_LIB_PATH)
2222
export PKG_CONFIG_PATH=$(LIBGIT2_LIB_PATH)/pkgconfig
2323
export CGO_LDFLAGS=$(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) pkg-config --libs --static --cflags libgit2)
2424
export CGO_CFLAGS=-I$(LIBGIT2_PATH)/include
25-
export ALLOW_THREADLESS_LIBGIT2=true
2625

2726
GO_STATIC_FLAGS=-tags 'netgo,osusergo,static_build'
2827

0 commit comments

Comments
 (0)