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
grpc-tools is not deprecated and does something completely different than @grpc/grpc-js. We already use @grpc/grpc-js instead of the deprecated grpc package.
However, I overhauled and upgraded the buf and protoc pipeline in #1097. I hope that works on apple arm chips now.
Preflight checklist
Describe the bug
grpc-tools does not work with Apple M1 as darwin arm64 binaries are missing, thus it is not possible to run tasks like
make buf
on an Apple M1 chip.grpc-tools is deprectead, and maintainers encourage to use
@grpc/grpc-js
instead.Reproducing the bug
See above
Relevant log output
No response
Relevant configuration
No response
Version
master
On which operating system are you observing this issue?
No response
In which environment are you deploying?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: