Skip to content

Instantly share code, notes, and snippets.

View m-shirshendu's full-sized avatar

Shirshendu Mukherjee m-shirshendu

View GitHub Profile
@umtrey
umtrey / 1.9.3-p327-perf
Last active December 29, 2015 01:19
Install ruby 1.9.3-p327-perf without the ruby-build listing (by patching existing ruby) - save this file in /tmp/ and run with rbenv install /tmp/1.9.3-p327-perf
build_package_combined_patch() {
local package_name="$1"
{
curl https://gist.github.com/funny-falcon/4136373/raw/0b65118d0e0930c5dc15479722309fac971af902/falcon-gc.diff | patch -p1
autoconf
./configure --prefix="$PREFIX_PATH" $CONFIGURE_OPTS
make -j 8
make install
} >&4 2>&1