Skip to content

Commit f371099

Browse files
committed
Don't build the static libgit2
This keeps sneaking in when merging from 'next'.
1 parent 68bcb18 commit f371099

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
default: test
22

3-
build-libgit2:
4-
./script/build-libgit2-static.sh
5-
6-
test: build-libgit2
3+
test:
74
go run script/check-MakeGitError-thread-lock.go
85
go test ./...
96

0 commit comments

Comments
 (0)