-
Notifications
You must be signed in to change notification settings - Fork 206
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
Possible version mismatch #1747
Comments
this sounds like a duplicate of #1741 , more info there. Our build-image currently can only contain ubuntu standard packages, and until we have #315 your options are probably vendoring (as you stated), or conditional compilation if you don't need protoc for the docs. |
( please reopen if I'm mistaken ) |
Thanks for the quick response, this is a duplicate, however I'm not sure how to fix it. I do need protoc to generate the docs, since the whole API revolves around it, and I'm not too sure how to go about vendoring it.
I have included prost build in my
|
Crate name
devzat-rs
Build failure link
https://docs.rs/crate/devzat-rs/0.1.1/builds/580868
Additional details
When I build the crate locally or try to generate the docs with
cargo doc --no-deps --open
it works fine, however when building on the docs.rs websiteprotoc
seems to complain about the protocol definition (This does not happen locally).The text was updated successfully, but these errors were encountered: