Skip to content

Commit 8183eb1

Browse files
authored
[chore] build otelcorecol with grpcnotrace to remove one usage of text/templates (open-telemetry#13405)
Updates open-telemetry#12747 No changelog because this is not the rule used for official binaries, but only for local tests. <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description <!-- Issue number if applicable --> #### Link to tracking issue Fixes # <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Please delete paragraphs that you did not use before submitting.--> Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
1 parent 13613a9 commit 8183eb1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@ endif
152152
# Build the Collector executable.
153153
.PHONY: otelcorecol
154154
otelcorecol:
155-
pushd cmd/otelcorecol && CGO_ENABLED=0 $(GOCMD) build -trimpath -o ../../bin/otelcorecol_$(GOOS)_$(GOARCH) \
156-
-tags $(GO_BUILD_TAGS) ./cmd/otelcorecol && popd
155+
pushd cmd/otelcorecol && CGO_ENABLED=0 $(GOCMD) build -trimpath -o ../../bin/otelcorecol_$(GOOS)_$(GOARCH) -tags "grpcnotrace" ./... && popd
157156

158157
.PHONY: genotelcorecol
159158
genotelcorecol: install-tools

0 commit comments

Comments
 (0)