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 18c6632
Show file tree
Hide file tree
Showing 2 changed files with 546 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ $(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
git apply -v proto/patches/*.patch

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

0 comments on commit 18c6632

Please sign in to comment.