Replies: 1 comment
-
Hey @dbackeus
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
gem install itsi
takes 1 minute 43 seconds on my M1 MacBook Pro. This makes it the slowest installing gem I've ever seen and would make me think twice about using it since it would impact all developers dev machines as well as slow down CI/CD pipelines.It has become pretty fairlry common for gems with native extensions to provide pre-built gems for the common linux / macos environments to avoid wasting time on compilation. Eg.
nokogiri
,fii
,google-protobuf
etc.Perhaps this could even bypass the need to have
cargo
etc installed on the host machine?Beta Was this translation helpful? Give feedback.
All reactions