Don't build the static libgit2

This keeps sneaking in when merging from 'next'.
This commit is contained in:
Carlos Martín Nieto 2016-12-23 19:30:35 +00:00
parent 68bcb1859a
commit f37109968c
1 changed files with 1 additions and 4 deletions

View File

@ -1,9 +1,6 @@
default: test
build-libgit2:
./script/build-libgit2-static.sh
test: build-libgit2
test:
go run script/check-MakeGitError-thread-lock.go
go test ./...