Skip to content

Commit

Permalink
chore: temporarily disable rust proto generation (#3770)
Browse files Browse the repository at this point in the history
This seems to be causing build stability issues.
  • Loading branch information
stuartwdouglas authored Dec 16, 2024
1 parent f5a8007 commit 8803a38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/protos/buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins:
out: ../../python-runtime/ftl/src/ftl/protos
opt:
- pyi_out=../../python-runtime/ftl/src/ftl/protos
- plugin: prost
out: ../../sqlc-gen-ftl/src/protos
opt:
- bytes=.
# - plugin: prost
# out: ../../sqlc-gen-ftl/src/protos
# opt:
# - bytes=.

0 comments on commit 8803a38

Please sign in to comment.