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

gem install grpc:1.61.0 takes lot of time to complete #35874

Closed
baelter opened this issue Feb 9, 2024 · 4 comments
Closed

gem install grpc:1.61.0 takes lot of time to complete #35874

baelter opened this issue Feb 9, 2024 · 4 comments

Comments

@baelter
Copy link

baelter commented Feb 9, 2024

This issue seems to be back for 1.61 #29489

@chadlwilson
Copy link
Contributor

Which ruby version and platform/arch are you installing on?

If its to do with building from source (and you expect to be building from source) perhaps to do with #35396 (comment) which seemed to regress in 1.60?

@baelter
Copy link
Author

baelter commented Feb 13, 2024

$ bundle platform
Your platform is: x86_64-linux

Your app has gems that work on these platforms:
* ruby

Your Gemfile specifies a Ruby version requirement:
* ruby 3.2.3

@chadlwilson
Copy link
Contributor

#29489 unfortunately is a variety of different issues over time which amount to "pre-compiled native gem variant was not available for the target combination of (Ruby version, OS, arch) --> so rubygems/bundler had to build/install from source (which is very slow)".

There shouldn't be any change for x86_64-linux and Ruby 3.2 in any case (native gem available here).

I think you will probably need to share more specifics about exactly how you are installing, perhaps your Gemfile/Gemfile.lock, how to replicate and the logs from your install attempt (comparing the version that worked OK vs 1.61 where it is slow), similar to #29489 (comment) ?

@baelter
Copy link
Author

baelter commented Feb 14, 2024

Ok thanks for the reply. I might reopen and add more logs if it happens for the next version bump as well.

@baelter baelter closed this as completed Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants