Skip to content

Commit

Permalink
fix: rm system_libgit2 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdevivo committed Mar 8, 2022
1 parent 755bba5 commit 4395283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"go.buildFlags": [
"-tags='libsqlite3'"
],
"go.testFlags": ["-v", "-tags=libsqlite3,static,system_libgit2"],
"go.testFlags": ["-v", "-tags=libsqlite3,static"],
"go.vetFlags": ["-tags=libsqlite3"],
"go.toolsEnvVars": {
"GOFLAGS": "-tags='libsqlite3'",
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ clean:
# target for common golang tasks

# go build tags used by test, vet and more
TAGS = "static,system_libgit2"
TAGS = "static"

update:
go get -tags=$(TAGS) -u ./...
Expand Down

0 comments on commit 4395283

Please sign in to comment.