From f37109968c65e0654c8810a2a1f601b97f3947b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Fri, 23 Dec 2016 19:30:35 +0000 Subject: [PATCH] Don't build the static libgit2 This keeps sneaking in when merging from 'next'. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 39fc558..fa6964f 100644 --- a/Makefile +++ b/Makefile @@ -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 ./...