Skip to content

Commit

Permalink
Deduplicate Makefile static target and add thread locking check
Browse files Browse the repository at this point in the history
It turns out we had been running CI without performing the thread locking check.
  • Loading branch information
carlosmn committed Jul 8, 2017
1 parent 08db2e2 commit 27d123f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Expand Up @@ -10,12 +10,9 @@ install: build-libgit2
build-libgit2:
./script/build-libgit2-static.sh

static: build-libgit2
go run script/check-MakeGitError-thread-lock.go
go test --tags "static" ./...

install-static: build-libgit2
go install --tags "static" ./...

test-static: build-libgit2
go run script/check-MakeGitError-thread-lock.go
go test --tags "static" ./...

0 comments on commit 27d123f

Please sign in to comment.