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

Remove ALLOW_THREADLESS_LIBGIT2 #38

Merged
merged 1 commit into from
Aug 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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