Benoit Daloze
Benoit Daloze
> I prefer to use the binaries from ruby/ruby-builder instead of binaries of RVM because they are built by ruby-build and uses github packages. That's not directly possible because those...
It depends on what the Makefile prints, for openssl it seems to print command lines, for ruby the Makefile prints something like `compiling foo.c`. Not sure if there is a...
FYI, `--enable-load-relative` has several issues: https://github.com/ruby/setup-ruby/issues/98#issuecomment-721233467
Note the shebang issue affects all versions, i.e. `gem install bundler` fails with `--enable-load-relative` on all Ruby versions (at least when I tried). That very likely needs to be fixed...
@headius @enebo Ping, could you share your opinion on the above?
It's 1., read the comment in the source above for why. Compiling OpenSSL used to fail with anything but `-j 1`. I've read this has been solved in recent OpenSSL...
Looking at this issue I'm confused, why is the prefix (the second argument of `ruby-build`) not enough, what's the point of using DESTDIR?
Thanks, that variant avoids relying on exporting shell functions which seems far more portable. I feel like an env var to set the mirror base URL could be simpler, but...
15min vs 2min30s (for DRIVER=ruby) that seems too much indeed. I think we should look into why it's much slower there. We could use a release (there is one in...
I'll take a look if there is an easy win. One easy thing to try is using `TRUFFLERUBYOPT=--engine.Mode=latency`.