zzet / rbenv

Ansible role for installing rbenv.
https://galaxy.ansible.com/zzet/rbenv/
188 stars 112 forks source link

Add an option to install extra packages before building ruby #96

Closed misdoro closed 7 years ago

misdoro commented 7 years ago

Some ruby compilation flags may require extra dependencies to be installed on the machines.

For example, --with-jmalloc requires libjemalloc-dev to be installed on Debian, otherwise ruby compilation fails.

This PR adds a feature to install the required system packages before compiling rubies.

zzet commented 7 years ago

@misdoro thank you for your contribution!

https://galaxy.ansible.com/zzet/rbenv/ updated