Skip to content

Commit

Permalink
Merge pull request #731 from atlassian/dont-recompile-gostatsd-on-build
Browse files Browse the repository at this point in the history
remove pb/gostatsd.pb.go from build, as go file is already commited
  • Loading branch information
akavatl authored Nov 8, 2024
2 parents 489868e + e5d2b68 commit d45e847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pb/gostatsd.pb.go: pb/gostatsd.proto .tools/bin/protoc
GOPATH="$(TOOLS_DIR):$(shell go env GOPATH)/bin" $(TOOLS_DIR)/protoc --go_out=.\
--go_opt=paths=source_relative $<

build: pb/gostatsd.pb.go
build:
CGO_ENABLED=$(CGO_ENABLED) GOEXPERIMENT=boringcrypto \
go build \
-v \
Expand Down

0 comments on commit d45e847

Please sign in to comment.