Skip to content

Commit

Permalink
Added a flag to disable VCS stamping which is preventing release rpm …
Browse files Browse the repository at this point in the history
…creation (#61)
  • Loading branch information
shriyanshk128T committed Oct 3, 2023
1 parent 9ebe55b commit 8265071
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 @@ -255,7 +255,7 @@ install: $(buildbin)
$(buildbin):
echo $(GOOS)
@mkdir -pv $(dir $@)
go build -o $(dir $@) -ldflags "$(LDFLAGS)" ./cmd/telegraf
go build -o $(dir $@) -ldflags "$(LDFLAGS)" --buildvcs=false ./cmd/telegraf

# Define packages Telegraf supports, organized by architecture with a rule to echo the list to limit include_packages
# e.g. make package include_packages="$(make amd64)"
Expand Down

0 comments on commit 8265071

Please sign in to comment.