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

Commit

Permalink
Merge pull request #38 from pjbgf/remove-threadless-var
Browse files Browse the repository at this point in the history
Remove `ALLOW_THREADLESS_LIBGIT2`
  • Loading branch information
Paulo Gomes authored Aug 5, 2022
2 parents 9465ace + 38e57e1 commit 4f44a05
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 4f44a05

Please sign in to comment.