Skip to content

Commit

Permalink
Include generated version from googles compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
cetanu committed Feb 26, 2025
1 parent c5ddfaa commit 77ec394
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/download_protobufs.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ def compile_all():
]
args = deepcopy(proto_args)
args += proto_paths
args += [f"--python_betterproto2_out={output}"]
args += [f"--python_betterproto_out={output}"]
args += [f"--python_out=pyi_out:{Path('../src/envoy_data_plane_pb2')}"]
protoc.main((*args, *proto_files))


Expand Down

0 comments on commit 77ec394

Please sign in to comment.