Skip to content

Commit

Permalink
chore(proto): patch file
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsong committed Jun 8, 2024
1 parent 0e0a36e commit 770f7ef
Show file tree
Hide file tree
Showing 2 changed files with 547 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ $(PROTO_PBS): $(PROTO_SRCS)
$(PROTOC) $(PROTO_INCS) \
--gogo_out=plugins=grpc,Mgoogle/protobuf/empty.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/any.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/duration.proto=github.com/gogo/protobuf/types,paths=source_relative:. $$src ; \
done
$(MAKE) fmt
git apply -v proto/patches/*.patch

proto-check:
$(MAKE) proto
Expand Down
Loading

0 comments on commit 770f7ef

Please sign in to comment.