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

Commit

Permalink
Remove ALLOW_THREADLESS_LIBGIT2
Browse files Browse the repository at this point in the history
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 <paulo.gomes@weave.works>
  • Loading branch information
Paulo Gomes committed Aug 4, 2022
1 parent 9465ace commit 38e57e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile.test-libgit2-only
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,5 @@ COPY --from=build \
/root/smoketest/static-test-runner .

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

RUN /root/smoketest/static-test-runner
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export LIBRARY_PATH=$(LIBGIT2_LIB_PATH)
export PKG_CONFIG_PATH=$(LIBGIT2_LIB_PATH)/pkgconfig
export CGO_LDFLAGS=$(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) pkg-config --libs --static --cflags libgit2)
export CGO_CFLAGS=-I$(LIBGIT2_PATH)/include
export ALLOW_THREADLESS_LIBGIT2=true

GO_STATIC_FLAGS=-tags 'netgo,osusergo,static_build'

Expand Down

0 comments on commit 38e57e1

Please sign in to comment.