You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to compile a project that uses tonic_build to compile protobufs ([1]) on a machine without rustup (i.e. rustfmt is not available) I initially get the "error running rustfmt" error in the build script. I tried disabling default-features and re-enabling the "transport" and "prost" features and building that way, but it doesn't seem to actually compile things when doing that.
It depends on tonic-build version 0.6 for the build-script. The error is platform-independent (at least on Linux).
When trying to compile a project that uses
tonic_build
to compile protobufs ([1]) on a machine without rustup (i.e. rustfmt is not available) I initially get the "error running rustfmt" error in the build script. I tried disabling default-features and re-enabling the "transport" and "prost" features and building that way, but it doesn't seem to actually compile things when doing that.It depends on
tonic-build
version 0.6 for the build-script. The error is platform-independent (at least on Linux).[1] https://github.com/L2-Technology/sensei/
The text was updated successfully, but these errors were encountered: