Skip to content

fix: make protos — Makefile and proto generation fixes#17

Closed
dinoallo wants to merge 6 commits intorelease/1.7+labringfrom
fix/make-protos
Closed

fix: make protos — Makefile and proto generation fixes#17
dinoallo wants to merge 6 commits intorelease/1.7+labringfrom
fix/make-protos

Conversation

@dinoallo
Copy link
Collaborator

This PR fixes make protos by:

  • Safely removing generated pb.go files (use find -exec rm -f {}) to avoid rm running with no args.
  • Ensuring protobuild passes an include path that matches absolute proto filenames by using a temporary Protobuild.toml containing the repo root.
  • Adding tabs-only indentation fixes to problematic .proto files.
  • Ensuring required protoc plugins and helper tools are used from the repo-local bin/ during generation.

These changes allow make protos to run successfully in a developer environment. Please review; I can split the changes into separate commits or adjust the PR target if needed.

@dinoallo dinoallo closed this Nov 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant