-
Notifications
You must be signed in to change notification settings - Fork 186
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
grpc: lipo: can't figure out the architecture type #1982
Comments
For comparison, does |
|
@eregon Is it possible to look at this in near future, please? I would like to try one big Rails app depends on this gem to run :) |
This seems a platform-specific issue, on Linux it installs fine:
|
I was able to reproduce.
|
Fixing the above leads to issues with
This can be fixed by adding the LLVM toolchain binaries on the path ( Full write-up incoming. |
I filed an issue with grpc: grpc/grpc#23069 In the mean time, the gem can be installed manually by doing this:
Note that grpc currently does not run on TruffleRuby after installing (on any platform), but that is most likely due to a bug on our side which we have reported to the Sulong team. |
As a note, on Linux,
|
grpc pull request: grpc/grpc#24632 |
Any news about this issue? |
It's as you can see on the pull request - apparently the build timed out (because of the change? not sure), and I asked what I could do to help move the issue forward, but there has been no news. Feel free to chime in there, could serve as a reminder! |
New PR for grpc, cleaned up and rebased on latest grpc: grpc/grpc#27660 |
To reproduce
Error:
The text was updated successfully, but these errors were encountered: