Skip to content

Instantly share code, notes, and snippets.

@havenwood
Created February 18, 2020 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save havenwood/9540f1b1b03902360666e62785715483 to your computer and use it in GitHub Desktop.
Save havenwood/9540f1b1b03902360666e62785715483 to your computer and use it in GitHub Desktop.
Isolates in Ruby (an early look at ko1's work)
git clone --depth 1 --single-branch --branch guild https://github.com/ko1/ruby.git ruby-isolates-src
cd ruby-isolates-src
autoconf
./configure --prefix=$HOME/.rubies/ruby-guilds # chruby
# ./configure --prefix=$HOME/.rvm/rubies/ruby-guilds # RVM
# ./configure --prefix=$HOME/.rbenv/versions/3.0.0/ruby-guilds # rbenv
make -j2
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment