Skip to content

Commit

Permalink
remove gogo from process proto
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux committed Nov 14, 2024
1 parent 008503f commit d02f65c
Show file tree
Hide file tree
Showing 4 changed files with 19,142 additions and 85,784 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ BASH
echo "done"
echo "Generating process proto (go)"
PATH=#{toolchain_bin_dir} #{protoc_binary} --proto_path=#{toolchain_include_dir}:#{gogo_include}:. --gogofaster_out=$GOPATH/src proto/process/*.proto
PATH=#{toolchain_bin_dir} #{protoc_binary} --proto_path=#{toolchain_include_dir}:. --go_out=$GOPATH/src proto/process/*.proto
GOPATH=#{toolchain_dir} go install github.com/leeavital/[email protected]
PATH=#{toolchain_bin_dir} #{protoc_binary} --proto_path=$GOPATH/src:#{gogo_dir}/src:. --gostreamer_out=$GOPATH/src proto/process/*.proto
Expand Down
Loading

0 comments on commit d02f65c

Please sign in to comment.