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

build(types): Use protox instead of requiring protoc when building #402

Merged
merged 13 commits into from
Oct 7, 2024

Conversation

S1nus
Copy link
Contributor

@S1nus S1nus commented Sep 30, 2024

Easy way to remove the protoc build dependency is to use protox

@S1nus S1nus mentioned this pull request Sep 30, 2024
@fl0rek
Copy link
Member

fl0rek commented Oct 1, 2024

@S1nus could you also update the build instructions in README, since protoc isn't needed anymore? I think it'll just be "# install dependencies" line

Copy link
Member

@zvolin zvolin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, could you also remove protoc installation in .github/workflows?

proto/build.rs Outdated Show resolved Hide resolved
proto/build.rs Outdated Show resolved Hide resolved
S1nus and others added 5 commits October 1, 2024 14:42
Co-authored-by: Maciej Zwoliński <mac.zwolinski@gmail.com>
Signed-off-by: c-node <chuckhead7@gmail.com>
Co-authored-by: Maciej Zwoliński <mac.zwolinski@gmail.com>
Signed-off-by: c-node <chuckhead7@gmail.com>
@S1nus S1nus requested review from fl0rek and zvolin October 2, 2024 04:36
@fl0rek fl0rek changed the title use protox build(types): Use protox instead of requiring protoc when building Oct 2, 2024
Copy link
Member

@fl0rek fl0rek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!
Thanks @S1nus, I can finally uninstall protobuf from my machine :D

proto/build.rs Outdated Show resolved Hide resolved
proto/build.rs Show resolved Hide resolved
S1nus and others added 2 commits October 4, 2024 14:51
Co-authored-by: Yiannis Marangos <psyberbits@gmail.com>
Signed-off-by: c-node <chuckhead7@gmail.com>
@S1nus S1nus requested review from fl0rek and oblique October 5, 2024 00:03
Copy link
Member

@zvolin zvolin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Member

@fl0rek fl0rek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, thanks!

@zvolin zvolin merged commit b8ec089 into eigerco:main Oct 7, 2024
6 checks passed
This was referenced Oct 9, 2024
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.

4 participants