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

feat(proto-compiler): check required protoc version before build #65

Merged
merged 5 commits into from
Apr 30, 2024

Conversation

lklimek
Copy link
Collaborator

@lklimek lklimek commented Apr 16, 2024

Issue being fixed or feature implemented

In Ubuntu, protoc compiler is too old, and users don't know how to solve that

What was done?

Added version detection

How Has This Been Tested?

Modify const DEP_PROTOC_VERSION and run cargo build -p tenderdash-proto a few times.

Breaking Changes

None

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have made corresponding changes to the documentation

For repository code-owners and collaborators only

  • I have assigned this pull request to a milestone

@lklimek lklimek force-pushed the feat/check-protoc-version branch from f183983 to 2ac3910 Compare April 16, 2024 08:05
proto-compiler/src/functions.rs Fixed Show fixed Hide fixed
proto-compiler/src/functions.rs Fixed Show fixed Hide fixed
proto-compiler/src/functions.rs Fixed Show fixed Hide fixed
proto-compiler/src/functions.rs Fixed Show fixed Hide fixed
@shumkov shumkov merged commit 3048c2e into master Apr 30, 2024
11 checks passed
@shumkov shumkov deleted the feat/check-protoc-version branch April 30, 2024 10:48
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.

2 participants