Skip to content

Commit 0a2bde3

Browse files
committed
Update package.go
1 parent 4e39bf1 commit 0a2bde3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

serve/package.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ func (s *PluginServe) build(pluginDirectory string, target plugin.BuildTarget, d
132132
args := []string{"build", "-o", pluginPath}
133133
args = append(args, "-buildmode=exe")
134134
args = append(args, "-ldflags", ldFlags)
135-
// // This disables gRPC tracing, which introduces a dependency that blocks dead code elimination\
136-
// // https://github.com/grpc/grpc-go/blob/030938e543b4a721cd426d15611d50ecf097dcf3/trace_notrace.go#L23-L25
137-
// args = append(args, "-tags", buildTags)
138135
cmd := exec.Command("go", args...)
139136
cmd.Dir = pluginDirectory
140137
cmd.Stdout = os.Stdout

0 commit comments

Comments
 (0)