Skip to content

Commit 4395283

Browse files
committed
fix: rm system_libgit2 tag
1 parent 755bba5 commit 4395283

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"go.buildFlags": [
33
"-tags='libsqlite3'"
44
],
5-
"go.testFlags": ["-v", "-tags=libsqlite3,static,system_libgit2"],
5+
"go.testFlags": ["-v", "-tags=libsqlite3,static"],
66
"go.vetFlags": ["-tags=libsqlite3"],
77
"go.toolsEnvVars": {
88
"GOFLAGS": "-tags='libsqlite3'",

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ clean:
4747
# target for common golang tasks
4848

4949
# go build tags used by test, vet and more
50-
TAGS = "static,system_libgit2"
50+
TAGS = "static"
5151

5252
update:
5353
go get -tags=$(TAGS) -u ./...

0 commit comments

Comments
 (0)