Browse Source

copy volume server proto files to Rust directory on make gen

rust-volume-server
Chris Lu 4 days ago
parent
commit
a7cede8391
  1. 1
      weed/pb/Makefile

1
weed/pb/Makefile

@ -18,6 +18,7 @@ gen:
protoc plugin.proto --go_out=./plugin_pb --go-grpc_out=./plugin_pb --go_opt=paths=source_relative --go-grpc_opt=paths=source_relative protoc plugin.proto --go_out=./plugin_pb --go-grpc_out=./plugin_pb --go_opt=paths=source_relative --go-grpc_opt=paths=source_relative
# protoc filer.proto --java_out=../../other/java/client/src/main/java # protoc filer.proto --java_out=../../other/java/client/src/main/java
cp filer.proto ../../other/java/client/src/main/proto cp filer.proto ../../other/java/client/src/main/proto
cp volume_server.proto master.proto remote.proto ../../seaweed-volume/proto/
fbs: fbs:
flatc --go -o . --go-namespace message_fbs message.fbs flatc --go -o . --go-namespace message_fbs message.fbs
Loading…
Cancel
Save