Skip to content

Commit

Permalink
the buf generate troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
2403905 committed Oct 10, 2024
1 parent f57f7d1 commit 9dd3b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .make/protobuf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ buf-generate: $(BUF) protoc-deps $(SHA1_LOCK_FILE)

$(SHA1_LOCK_FILE):
@echo "generating protobuf content"
cd ../../protogen/proto && $(BUF) generate
cd ../../protogen/proto && $(BUF) generate -v
find $(abspath $(CURDIR)/../../protogen/proto/) -type f -print0 | sort -z | xargs -0 sha1sum > $(SHA1_LOCK_FILE)

0 comments on commit 9dd3b16

Please sign in to comment.