Skip to content

Commit

Permalink
Also output grpc definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
cetanu committed Feb 26, 2025
1 parent 3c599eb commit a48fc29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/download_protobufs.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def compile_all():
args += proto_paths
args += [f"--python_betterproto_out={output}"]
args += [f"--python_out=pyi_out:{Path('../src/envoy_data_plane_pb2')}"]
args += [f"--grpc_python_out={Path('../src/envoy_data_plane_pb2')}"]
protoc.main((*args, *proto_files))


Expand Down

0 comments on commit a48fc29

Please sign in to comment.