Compare commits

...

1 Commits
v0.1.2 ... main

Author SHA1 Message Date
Jeff Carr 9c30d41e40 using /opt/libgit2 for test builds 2025-02-14 17:57:12 -06:00
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ generate: static-build/install/lib/libgit2.a
test:
-go-mod-clean # go install go.wit.com/apps/go-mod-clean@latest
go run script/check-MakeGitError-thread-lock.go
PKG_CONFIG_PATH=/opt/libgit2/ go test -v -x $(TEST_ARGS) ./...
LD_LIBRARY_PATH=/opt/libgit2 PKG_CONFIG_PATH=/opt/libgit2/ go test -v -x $(TEST_ARGS) ./...
add-remote:
git remote add git2go https://github.com/libgit2/git2go.git