Does, make compile will compile the proto files as...
# flyte-support
r
Does, make compile will compile the proto files as well or we need to compile them manually? if it's manual can someone help me with procedure and commands? for ex: I have this proto file: /home/kpattam/mb/flyte/flyteidl/protos/flyteidl/plugins/ray.proto How it was compiled in the current repo?
g
make generate
will generate them
👍 1