Skip to content

Commit

Permalink
fix: update Makefile to pass ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoutongxi committed Mar 7, 2025
1 parent fb4b4b3 commit 379795b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go-client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ build:
thrift -I ../idl -out idl --gen go:thrift_import='github.com/apache/thrift/lib/go/thrift',package_prefix='github.com/apache/incubator-pegasus/go-client/idl/' ../idl/replica_admin.thrift
thrift -I ../idl -out idl --gen go:thrift_import='github.com/apache/thrift/lib/go/thrift',package_prefix='github.com/apache/incubator-pegasus/go-client/idl/' ../idl/rrdb.thrift
thrift -I ../idl -out idl --gen go:thrift_import='github.com/apache/thrift/lib/go/thrift',package_prefix='github.com/apache/incubator-pegasus/go-client/idl/' ../idl/command.thrift
thrift -I ../idl -out idl --gen go:thrift_import='github.com/apache/thrift/lib/go/thrift',package_prefix='github.com/apache/incubator-pegasus/go-client/idl/' ../idl/utils.thrift
rm -Rf idl/admin/admin_client-remote
rm -Rf idl/cmd/remote_cmd_service-remote
rm -Rf idl/radmin/replica_client-remote
Expand Down

0 comments on commit 379795b

Please sign in to comment.