Sha256: bffcc94ba8910f8e00b6a419199d8c7e3520d627e52f65ebdf4db29671640b31

Contents?: true

Size: 196 Bytes

Versions: 75

Compression:

Stored size: 196 Bytes

Contents

#!/bin/bash

cd /usr/local/src/
tar xvfz {{ ruby_version }}.tar.gz
cd {{ ruby_version }}
./configure --prefix={{ ruby_location }} --disable-install-doc
make --jobs {{ cores.stdout }}
make install

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
subspace-3.0.13 ansible/roles/ruby-common/templates/install-ruby.j2
subspace-3.0.12 ansible/roles/ruby-common/templates/install-ruby.j2
subspace-3.0.11 ansible/roles/ruby-common/templates/install-ruby.j2
subspace-3.0.10 ansible/roles/ruby-common/templates/install-ruby.j2
subspace-3.0.9 ansible/roles/ruby-common/templates/install-ruby.j2
subspace-3.0.6 ansible/roles/ruby-common/templates/install-ruby.j2
subspace-3.0.5 ansible/roles/ruby-common/templates/install-ruby.j2
subspace-3.0.4 ansible/roles/ruby-common/templates/install-ruby.j2
subspace-3.0.3 ansible/roles/ruby-common/templates/install-ruby.j2
subspace-3.0.2 ansible/roles/ruby-common/templates/install-ruby.j2
subspace-3.0.0 ansible/roles/ruby-common/templates/install-ruby.j2
subspace-2.5.10 ansible/roles/ruby-common/templates/install-ruby.j2
subspace-3.0.0.rc1 ansible/roles/ruby-common/templates/install-ruby.j2
subspace-2.5.9 ansible/roles/ruby-common/templates/install-ruby.j2
subspace-2.5.8 ansible/roles/ruby-common/templates/install-ruby.j2
subspace-2.5.7 ansible/roles/ruby-common/templates/install-ruby.j2
subspace-2.5.6 ansible/roles/ruby-common/templates/install-ruby.j2
subspace-2.5.5 ansible/roles/ruby-common/templates/install-ruby.j2
subspace-2.5.4 ansible/roles/ruby-common/templates/install-ruby.j2
subspace-2.5.3 ansible/roles/ruby-common/templates/install-ruby.j2