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

Speed up Ruby installation #93

Closed
3 tasks done
BR0kEN- opened this issue Jan 28, 2018 · 2 comments
Closed
3 tasks done

Speed up Ruby installation #93

BR0kEN- opened this issue Jan 28, 2018 · 2 comments
Assignees

Comments

@BR0kEN-
Copy link
Owner

BR0kEN- commented Jan 28, 2018

For the moment we're installing Ruby using rbenv install and this process can get some boost by avoiding generation the ri/RDoc documentation.

rbenv/ruby-build#1054 (comment) or https://coderwall.com/p/zrrxna/speed-up-building-ruby

To do

  • Allow installing 2.5.0.
  • Create the changelog record.
  • Add the RUBY_CONFIGURE_OPTS="--disable-install-doc" environment variable to avoid building docs.
@BR0kEN- BR0kEN- self-assigned this Jan 28, 2018
@BR0kEN-
Copy link
Owner Author

BR0kEN- commented Jan 28, 2018

The original issue that is being discussed at rbenv/ruby-build#42.

@BR0kEN-
Copy link
Owner Author

BR0kEN- commented Jan 28, 2018

Can we consider downloading the third-party hosted binaries from https://rvm.io/binaries/ubuntu/16.04/x86_64/ instead of compiling from source?

BR0kEN- added a commit that referenced this issue Jan 28, 2018
BR0kEN- added a commit that referenced this issue Jan 28, 2018
* #93: Add "2.5.0" and avoid generating the documentation
* #93: Add the changelog record
@BR0kEN- BR0kEN- closed this as completed Jan 28, 2018
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

1 participant