Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am umtrey on github.
* I am umtrey (https://keybase.io/umtrey) on keybase.
* I have a public key whose fingerprint is 3484 396D EA0A FC55 F24E A256 365D BFF9 BA51 E445
To claim this, I am signing this object:
@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