Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to tonic build with include_file from own generate mod.rs #97

Merged
merged 10 commits into from
Nov 17, 2022

Conversation

rekby
Copy link
Member

@rekby rekby commented Sep 11, 2022

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Use own scripts for compile proto files one by one, then generate mod.rs

What is the new behavior?

Use tonic_build for resolve files dependencies and tonic_build:include_file - for generate mod.rs

@rekby rekby linked an issue Sep 11, 2022 that may be closed by this pull request
@rekby rekby marked this pull request as draft November 15, 2022 09:01
@rekby rekby marked this pull request as ready for review November 17, 2022 21:22
@rekby rekby enabled auto-merge November 17, 2022 21:22
@rekby rekby merged commit 763f27c into master Nov 17, 2022
@rekby rekby deleted the tonic-build branch January 9, 2023 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch generate mod.rs for grpc to tonic-build
1 participant